Skip to content

Commit

Permalink
ci: Improve benchmark workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 23, 2023
1 parent 4761c49 commit 63324e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ jobs:
ref: ${{ github.event.before }}

- name: Run benchmarks on previous commit
run: cargo bench

- uses: actions/checkout@v4
run: |
cargo bench
git checkout main
- name: Run benchmarks
run: cargo bench
Expand Down

0 comments on commit 63324e2

Please sign in to comment.