You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make benchmark link count configurable via environment variable
- Changed LINK_COUNT from a constant to a lazy static that reads from BENCHMARK_LINK_COUNT env var
- Defaults to 10 links for faster PR benchmarks
- Set to 1000 links for main/master branch via GitHub Actions workflow
- Updated all benchmark code to dereference the lazy static with *LINK_COUNT
- Applied cargo fmt to format all Rust code
Fixes#11
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments