Skip to content

Commit

Permalink
CI: run benchmarks out of bencher
Browse files Browse the repository at this point in the history
To see what causes the problem.
  • Loading branch information
TheVeryDarkness committed Dec 24, 2024
1 parent bde7536 commit 9df637a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
run: cargo run --example benchmark_integers --release
- name: View benchmark list
run: cargo bench -- --list
- name: Run benchmarks with Criterion.rs
run: cargo bench
if: runner.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 9df637a

Please sign in to comment.