Skip to content

Commit af115d3

Browse files
RafaelGSSaduh95
andauthored
Update doc/contributing/writing-and-running-benchmarks.md
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent b5ebccf commit af115d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/contributing/writing-and-running-benchmarks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ It's also possible to execute the benchmark more than once using the
181181
node benchmark/run.js --runs 10 assert async_hooks
182182
```
183183

184-
This command will run the benchmark suite 10 times for both assert and
185-
async\_hooks group
184+
This command will run the benchmark files in `benchmark/assert` and `benchmark/async_hooks`
185+
10 times each.
186186

187187
#### Specifying CPU Cores for Benchmarks with run.js
188188

0 commit comments

Comments
 (0)