Commit d6469e2
committed
feat(bench): show human-readable output even when outputting JSON
Changed behavior to always display human-readable benchmark results,
regardless of output format. JSON output is now additive:
- Console output: always shown
- JSON output: also generated if --format json is specified
Benefits:
- Users can see progress and results in real-time
- JSON can be saved to file with --output for later analysis
- No need to choose between readability and structured data
Before: --format json hid all human-readable output
After: --format json shows readable output AND generates JSON1 parent 5bb80b5 commit d6469e2
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
829 | 829 | | |
830 | 830 | | |
831 | 831 | | |
832 | | - | |
833 | | - | |
834 | | - | |
| 832 | + | |
835 | 833 | | |
836 | 834 | | |
837 | 835 | | |
| |||
841 | 839 | | |
842 | 840 | | |
843 | 841 | | |
844 | | - | |
845 | | - | |
846 | | - | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
847 | 845 | | |
848 | 846 | | |
849 | 847 | | |
| |||
0 commit comments