We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c052c commit f7a3d81Copy full SHA for f7a3d81
.github/workflows/pr_benchmarks_run.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Run benchmarks
46
run: |
47
- cargo bench --manifest-path benches/Cargo.toml -- --noplot 2>&1 | tee benchmark_results.txt
+ cargo bench --manifest-path benches/Cargo.toml 2>&1 | tee benchmark_results.txt
48
49
- name: Upload benchmark results
50
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments