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
feat(bench): restore newline spacing and add --quiet flag
Changes:
1. Restored newline before each benchmark in normal mode for readability
2. Removed extra blank line after 'Output format:' line
3. Added --quiet (-q) flag for minimal output
Normal mode output:
- Newline before each 'Benchmarking' line for visual separation
- Shows full benchmark results and summary tables
Quiet mode output (--quiet):
- No newlines between benchmarks
- Only shows 'Benchmarking X ... ✓' progress lines
- Hides header, results tables, and summary
- Perfect for CI/monitoring where you only need status
Example:
bench_throughput --sizes 100 --iterations 5 # Normal
bench_throughput --sizes 100 --iterations 5 --quiet # Minimal
0 commit comments