Skip to content

Commit

Permalink
Attempt to fix base benchmarks on CI
Browse files Browse the repository at this point in the history
This should install valgrind, which iai and iai-callgrind need to run.
  • Loading branch information
shahn committed Oct 30, 2024
1 parent 8c9a55a commit 9cdb92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/base_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
- run: cargo install iai-callgrind-runner@0.14.0
- run: sudo apt update && sudo apt install -y valgrind
- name: Track base branch benchmarks with Bencher
run: |
bencher run \
Expand Down

0 comments on commit 9cdb92b

Please sign in to comment.