hyperfine: update basic example to include the minimum number of runs (#2385)

Merged. Thanks
italian
Russ Edwards 2018-10-04 15:03:37 -04:00 committed by Muhammad Falak R Wani
parent 3d2fc22207
commit 242c481d7d
1 changed files with 5 additions and 1 deletions

View File

@ -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}}'`