Commit 101e51d
Run benchmark tests (--test mode) in CI instead of full benchmarks
Full criterion benchmarks take >30 minutes even with reduced settings.
Changed CI to run `cargo bench -- --test` which:
- Validates benchmarks compile and execute correctly
- Runs each benchmark once without statistical analysis
- Completes in seconds rather than minutes
Also reduced link counts to 100 for faster CI validation.
For actual performance measurements, run locally:
BENCHMARK_LINK_COUNT=1000 BACKGROUND_LINK_COUNT=3000 cargo bench
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent 328f20b commit 101e51d
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
0 commit comments