We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ebccf commit af115d3Copy full SHA for af115d3
doc/contributing/writing-and-running-benchmarks.md
@@ -181,8 +181,8 @@ It's also possible to execute the benchmark more than once using the
181
node benchmark/run.js --runs 10 assert async_hooks
182
```
183
184
-This command will run the benchmark suite 10 times for both assert and
185
-async\_hooks group
+This command will run the benchmark files in `benchmark/assert` and `benchmark/async_hooks`
+10 times each.
186
187
#### Specifying CPU Cores for Benchmarks with run.js
188
0 commit comments