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
printHeader:true// Set to false to hide system info header
260
+
}
255
261
});
256
262
```
257
263
264
+
The `reporterOptions.printHeader` setting controls whether the system information (Node.js version, platform, and CPU cores) appears at the top of the output. This is useful when running multiple suites in sequence and you want to avoid duplicate headers.
265
+
258
266
### `htmlReport`
259
267
260
268
The `htmlReport` generates an interactive HTML visualization of benchmark results.
0 commit comments