Skip to content

Commit

Permalink
CI: correct condition
Browse files Browse the repository at this point in the history
TheVeryDarkness committed Dec 24, 2024
1 parent 06c5f78 commit a3bb67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,6 @@ jobs:
run: cargo bench -- --list
- name: Run benchmarks with Criterion.rs
run: cargo bench
if: runner.os == 'windows-latest'
if: matrix.os == 'windows-latest'
- name: Track base branch benchmarks with Bencher
run: bencher run --project iof --token '${{ secrets.BENCHER_API_TOKEN }}' --branch main --testbed '${{ matrix.os }}' --threshold-measure latency --threshold-test t_test --threshold-max-sample-size 64 --threshold-upper-boundary 0.99 --thresholds-reset --err --adapter rust_criterion --github-actions '${{ secrets.GITHUB_TOKEN }}' "cargo bench"

0 comments on commit a3bb67b

Please sign in to comment.