mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
doc: fix typo in benchmark script path
PR-URL: https://github.com/nodejs/node/pull/58129 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
This commit is contained in:
parent
4db978b111
commit
5ac126bbe6
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ benchmarks. This increases the likelihood of each benchmark achieving peak perfo
|
|||
according to the hardware. Therefore, run:
|
||||
|
||||
```console
|
||||
$ ./benchmarks/cpu.sh fast
|
||||
$ ./benchmark/cpu.sh fast
|
||||
```
|
||||
|
||||
### Running individual benchmarks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue