Skip to content

Commit

Permalink
Update doc/contributing/writing-and-running-benchmarks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <[email protected]>
  • Loading branch information
RafaelGSS and aduh95 committed Oct 17, 2024
1 parent b811a8c commit 8bd9e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contributing/writing-and-running-benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ It's also possible to execute the benchmark more than once using the
node benchmark/run.js --runs 10 assert async_hooks
```

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

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

Expand Down

0 comments on commit 8bd9e7f

Please sign in to comment.