Skip to content

Commit ea7caa4

Browse files
committed
fix(README): fix wrong options and path in README.md
Closes #104 Closes #109
1 parent 1892992 commit ea7caa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Create `modestbench.config.json`:
417417
"iterations": 1000, // Number of samples per benchmark
418418
"limitBy": "iterations", // Limit mode: 'iterations', 'time', 'any', 'all'
419419
"outputDir": "./benchmark-results", // Directory for results and reports
420-
"pattern": "benchmarks/**/*.bench.{js,ts}", // Glob pattern to discover benchmark files
420+
"pattern": "bench/**/*.bench.{js,ts}", // Glob pattern to discover benchmark files
421421
"quiet": false, // Minimal output mode
422422
"reporters": ["human", "json"], // Output reporters to use
423423
"tags": ["fast", "critical"], // Tags to include (if empty, all benchmarks run)
@@ -618,7 +618,7 @@ modestbench run --tag string --tag array
618618
modestbench run -t fast -t optimized
619619
```
620620

621-
Use `--exclude-tag` (or `-e`) to skip benchmarks with specific tags:
621+
Use `--exclude-tag` (or `-T`) to skip benchmarks with specific tags:
622622

623623
```bash
624624
# Exclude slow benchmarks

0 commit comments

Comments
 (0)