Skip to content

Commit

Permalink
ci: fix bench script
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Nov 29, 2024
1 parent ac91273 commit 42c1c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run benchmark
run: cargo bench --output-format bencher | tee output.txt
run: cargo bench -- --output-format bencher | tee output.txt

- name: Store benchmark result
uses: benchmark-action/github-action-benchmark@v1
Expand Down

0 comments on commit 42c1c3e

Please sign in to comment.