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 parameters configurable via environment variables
- Remove unused import: doublets::Doublets in lib.rs
- Replace hardcoded BACKGROUND_LINKS constant with background_links() function
- Add benchmark_links() function for configurable operation count
- Update all benchmark files to use the new functions
- Rename BENCHMARK_LINK_COUNT to BENCHMARK_LINKS in workflow
- Add BENCHMARK_BACKGROUND_LINKS (100 for PRs, 100000 for main branch)
Environment variables:
- BENCHMARK_LINKS: number of links per operation (10 for PRs, 1000 for main)
- BENCHMARK_BACKGROUND_LINKS: background links count (100 for PRs, 100000 for main)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments