Commit ea6ce98
committed
fix(bench): show statistics note only in verbose mode, restore progress bar in default mode
Fixed two issues with the output modes:
1. Statistics methodology section now only appears in verbose mode
2. Progress bar now shows in both default and verbose modes
Changes:
- Moved print_statistics_explanation() call inside verbose check
- Moved print_progress_bar() outside verbose check to always display
- Moved cursor clearing outside verbose check for cleaner output
Default mode now shows:
- Header
- Progress bar (during execution)
- Summary table
- Completion message
Verbose mode shows:
- Header
- Progress bar (during execution)
- Individual template results with detailed statistics
- Statistics methodology section
- Summary table
- Completion message1 parent 8ab28d2 commit ea6ce98
1 file changed
+20
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
867 | | - | |
868 | | - | |
869 | | - | |
| 867 | + | |
| 868 | + | |
870 | 869 | | |
871 | 870 | | |
872 | 871 | | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
873 | 878 | | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
880 | 879 | | |
881 | 880 | | |
882 | 881 | | |
883 | 882 | | |
884 | 883 | | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
893 | 890 | | |
894 | 891 | | |
895 | 892 | | |
| |||
902 | 899 | | |
903 | 900 | | |
904 | 901 | | |
905 | | - | |
906 | | - | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
907 | 908 | | |
908 | 909 | | |
909 | 910 | | |
| |||
0 commit comments