Commit 5bb80b5
committed
refactor(bench): remove excess whitespace in benchmark progress output
Removed newline prefix from each benchmark status line.
This eliminates blank lines between benchmarks.
Before:
Benchmarking 'Split all' ... ✓
Benchmarking 'Split last index' ... ✓
Benchmarking 'Join' ... ✓
After:
Benchmarking 'Split all' ... ✓
Benchmarking 'Split last index' ... ✓
Benchmarking 'Join' ... ✓1 parent d82da9b commit 5bb80b5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
823 | 823 | | |
824 | 824 | | |
825 | 825 | | |
826 | | - | |
| 826 | + | |
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
| |||
0 commit comments