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:
Miguel Marcondes Filho 2025-05-04 17:04:55 -03:00 committed by GitHub
parent 4db978b111
commit 5ac126bbe6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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