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 76367a5 commit 97ae92f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/track_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
run: |
cat benches/main_benchmarks.json | jq -s 'map(select(.id and .mean and .slope and .median) | {id: .id, mean: .mean, slope: .slope, median: .median})' > benches/track_benchmark.json
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install Criterion
run: cargo install cargo-criterion

- name: Install Bencher CLI
uses: bencherdev/bencher@main

Expand Down

0 comments on commit 97ae92f

Please sign in to comment.