Commit db37106
committed
refactor(bench): remove completion messages in normal mode for cleaner output
Removed the '✓ Completed: {template_name}' message that appeared after
each benchmark in normal (non-quiet) mode.
Before: Progress bar -> ✓ Completed: Split all -> Template results
After: Progress bar -> (cleared) -> Template results
This makes the output cleaner and less verbose while still showing
progress bars during execution. The --quiet mode still shows the
completion messages for minimal output tracking.1 parent 50f21ca commit db37106
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
833 | | - | |
| 829 | + | |
834 | 830 | | |
835 | 831 | | |
836 | 832 | | |
| |||
0 commit comments