X Tutup
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix typo in benchmark script path
  • Loading branch information
miguelmarcondesf committed May 2, 2025
commit 0d7fd196205788cb5ad756d7702736b8c8a2bfc3
2 changes: 1 addition & 1 deletion doc/contributing/writing-and-running-benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading
X Tutup