Commit 7117001
committed
refactor(bench): reduce header and separator width from 110 to 80 chars
Changed the width of all headers and line separators to 80 characters
to better fit standard terminal widths:
- Header boxes: 110 chars β 80 chars (78 'β' chars + 2 for borders)
- Section separators: 110 chars β 80 chars (80 'β' chars)
- Updated padding calculation: (107 - text_width) β (77 - text_width)
This makes the output more readable on standard 80-column terminals.1 parent 59b5561 commit 7117001
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | | - | |
| 407 | + | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
| 424 | + | |
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
| |||
0 commit comments