Skip to content

Commit c4e95f5

Browse files
committed
docs(guides): add some filenames to config examples
1 parent 48ea560 commit c4e95f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/content/docs/guides/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ modestbench --iterations 5000 --reporter csv
343343
### JSON
344344

345345
```json
346+
// modestbench.config.json
346347
{
347348
"pattern": "benchmarks/**/*.bench.js",
348349
"iterations": 1000,
@@ -355,6 +356,7 @@ modestbench --iterations 5000 --reporter csv
355356
### YAML
356357

357358
```yaml
359+
# modestbench.config.yaml
358360
pattern: benchmarks/**/*.bench.js
359361
iterations: 1000
360362
warmup: 50

0 commit comments

Comments
 (0)