Skip to content

Commit

Permalink
Update track_benchmarks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Mar 10, 2024
1 parent 26381b8 commit e841ce8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/track_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install Criterion
run: cargo install cargo-criterion
run: |
cargo install cargo-criterion
cargo criterion
- name: Install Bencher CLI
uses: bencherdev/bencher@main
Expand Down

0 comments on commit e841ce8

Please sign in to comment.