Skip to content

Commit

Permalink
Provoke github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kazimuth committed Sep 22, 2023
1 parent 09cd8c2 commit ffc0b20
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ on:
push:
branches:
- master
- kazimuth/benchwrangle
workflow_dispatch:
inputs:
pr_number:
Expand Down Expand Up @@ -69,21 +70,13 @@ jobs:
with:
cwd: "crates/bench"
branchName: ${{ env.PR_BASE_REF }}
benchName: modules

- name: Criterion compare previous commit
if: env.PR_BASE_REF == ''
uses: clockworklabs/criterion-compare-action@main
with:
cwd: "crates/bench"
branchName: "HEAD~1"
benchName: modules

- name: Benchmark Vs Sqlite
working-directory: crates/bench/
run: |
python3 hyper_cmp.py versus > out.report
cat out.report >> $GITHUB_STEP_SUMMARY

- name: Clean up
if: always()
Expand Down

0 comments on commit ffc0b20

Please sign in to comment.