Skip to content

Commit f7a3d81

Browse files
committed
fix: remove invalid --noplot flag from benchmark command
1 parent 28c052c commit f7a3d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr_benchmarks_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run benchmarks
4646
run: |
47-
cargo bench --manifest-path benches/Cargo.toml -- --noplot 2>&1 | tee benchmark_results.txt
47+
cargo bench --manifest-path benches/Cargo.toml 2>&1 | tee benchmark_results.txt
4848
4949
- name: Upload benchmark results
5050
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)