Skip to content

Commit

Permalink
CI: write commands in one line to make it work on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryDarkness committed Oct 10, 2024
1 parent fde47f3 commit 378a573
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,4 @@ jobs:
- name: Prepare for benchmark
run: cargo run --example benchmark_integers
- 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"
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 378a573

Please sign in to comment.