hyperfine: update basic example to include the minimum number of runs (#2385)
Merged. Thanks
This commit is contained in:

committed by
Muhammad Falak R Wani

parent
3d2fc22207
commit
242c481d7d
@@ -2,10 +2,14 @@
|
||||
|
||||
> A command-line benchmarking tool.
|
||||
|
||||
- Run a basic benchmark:
|
||||
- Run a basic benchmark, performing at least 10 runs:
|
||||
|
||||
`hyperfine '{{make}}'`
|
||||
|
||||
- Run a comparative benchmark:
|
||||
|
||||
`hyperfine '{{cat test}}' '{{bat test}}'`
|
||||
|
||||
- Change minimum number of benchmarking runs:
|
||||
|
||||
`hyperfine --min-runs {{7}} '{{make}}'`
|
||||
|
Reference in New Issue
Block a user