Skip to content

Commit faedee5

Browse files
miguelmarcondesfaduh95
authored andcommitted
doc: fix typo in benchmark script path
PR-URL: #58129 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Rafael Gonzaga <[email protected]>
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)