mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 11:46:00 +02:00
hyperfine: fix typo (#3104)
This commit is contained in:
parent
f0d8b51caf
commit
2191ed070d
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@
|
|||
|
||||
- Run a benchmark where a single parameter changes for each run:
|
||||
|
||||
`hyperfine --prepare '{{make clean}}' --parameter-scan num_threads {{1}} {{10}} '{{make -j {num_threads}}}'`
|
||||
`hyperfine --prepare '{{make clean}}' --parameter-scan {{num_threads}} {{1}} {{10}} '{{make -j {num_threads}}}'`
|
||||
|
|
Loading…
Add table
Reference in a new issue