Skip to content

Commit

Permalink
Update bench.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frengor committed Nov 7, 2023
1 parent 825ce97 commit 6795abc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
ref: ${{ github.event.pull_request.base.ref }}
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@valgrind
- uses: taiki-e/install-action@cargo-binstall
- name: Install iai-callgrind-runner
run: cargo install --version ${IAI_CALLGRIND_VERSION} iai-callgrind-runner
run: cargo binstall --no-confirm --no-symlinks iai-callgrind-runner --version ${IAI_CALLGRIND_VERSION}
- name: Bench base branch
run: |
cargo update
Expand Down

0 comments on commit 6795abc

Please sign in to comment.