Skip to content

Commit

Permalink
ci: fix CLI args for ReBench v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hirevo committed Jun 4, 2023
1 parent 040696b commit 08958ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
- name: Run and report benchmarks
run: |
export PATH="${PATH}:${HOME}/.local/bin"
rebench --without-nice --experiment="CI Benchmark Run ID ${GITHUB_RUN_ID}" --branch="${GITHUB_REF}" -c rebench.conf som-rs
rebench --experiment="CI Benchmark Run ID ${GITHUB_RUN_ID}" --branch="${GITHUB_REF}" -c rebench.conf som-rs

0 comments on commit 08958ff

Please sign in to comment.