Skip to content

Commit faedee5

Browse files
miguelmarcondesfaduh95
authored andcommitted
doc: fix typo in benchmark script path
PR-URL: #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>
1 parent e840fd5 commit faedee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Ždoc/contributing/writing-and-running-benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ benchmarks. This increases the likelihood of each benchmark achieving peak perfo
101101
according to the hardware. Therefore, run:
102102

103103
```console
104-
$ ./benchmarks/cpu.sh fast
104+
$ ./benchmark/cpu.sh fast
105105
```
106106

107107
### Running individual benchmarks

0 commit comments

Comments
 (0)