Skip to content

Commit

Permalink
Fix benches?
Browse files Browse the repository at this point in the history
  • Loading branch information
sstanfield committed Dec 7, 2024
1 parent a4a89bd commit a28ffc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
cache-on-failure: true
cache-all-crates: true
shared-key: "${{ steps.get-hash.outputs.hash }}"
- run: cargo install iai-callgrind-runner --version 0.10.2
- run: cargo install iai-callgrind-runner --version 0.14.0
- name: cargo test --no-run benches (debug mode) to check compile
run: cargo test --benches --no-run
- name: Track Benchmarks with Bencher
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
cache-on-failure: true
cache-all-crates: true
shared-key: "${{ steps.get-hash.outputs.hash }}"
- run: cargo install iai-callgrind-runner --version 0.10.2
- run: cargo install iai-callgrind-runner --version 0.14.0
- name: cargo test --no-run benches (debug mode) to check compile
run: cargo test --benches --no-run

Expand Down

0 comments on commit a28ffc3

Please sign in to comment.