Skip to content

Commit b794390

Browse files
konardclaude
andcommitted
Fix benchmark CI command - remove invalid --noplot option
The --noplot option was being passed through -- which routes to the wrong binary. Removed the option since criterion will use plotters backend anyway when gnuplot isn't available. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent daa1e67 commit b794390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
${{ runner.os }}-cargo-bench-
7474
7575
- name: Run benchmarks
76-
run: cargo bench -- --noplot
76+
run: cargo bench
7777
env:
7878
BENCHMARK_LINK_COUNT: 1000
7979
BACKGROUND_LINK_COUNT: 3000

0 commit comments

Comments
 (0)