You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/src/content/docs/guides/output.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,15 +19,15 @@ You can always override the default by explicitly specifying `--reporters`.
19
19
20
20
The human reporter provides color-coded terminal output with real-time progress bars and formatted results. This is the default when running in an interactive terminal (TTY) with color support.
21
21
22
-
### Features
22
+
### Human Reporter Features
23
23
24
24
-**Real-time progress bars** - Visual feedback during benchmark execution
25
25
-**Color-coded results** - Green for pass, red for fail, cyan for info
26
26
-**Performance summaries** - Operations per second, mean time, standard deviation
-**Structured output** - File → Suite → Task hierarchy
29
29
30
-
### Example Output
30
+
### Human Reporter Example Output
31
31
32
32
```text
33
33
🚀 ModestBench
@@ -61,7 +61,7 @@ Found 1 benchmark file(s)
61
61
🎉 All benchmarks completed successfully!
62
62
```
63
63
64
-
### Usage
64
+
### Human Reporter Usage
65
65
66
66
```bash
67
67
# Human reporter is default
@@ -87,14 +87,14 @@ In CI/CD environments, modestbench automatically uses the `simple` reporter for
87
87
88
88
The simple reporter provides clean, text-only output without colors or progress bars. This is the default in non-TTY environments (CI/CD, piped output) or when `FORCE_COLOR` is not set.
89
89
90
-
### Features
90
+
### Simple ReporterFeatures
91
91
92
92
-**Plain text output** - No ANSI colors or escape codes
93
93
-**No progress bars** - Clean output suitable for logs and pipes
94
94
-**Structured results** - Same hierarchy as human reporter (File → Suite → Task)
95
95
-**Machine-readable** - Perfect for parsing and CI/CD logs
96
96
97
-
### Example Output
97
+
### Simple Reporter Example Output
98
98
99
99
```text
100
100
modestbench
@@ -128,7 +128,7 @@ Duration: 1.82s
128
128
All benchmarks completed successfully!
129
129
```
130
130
131
-
### Usage
131
+
### Simple Reporter Usage
132
132
133
133
```bash
134
134
# Simple reporter is default in non-TTY environments
0 commit comments