diff --git a/pages/common/hyperfine.md b/pages/common/hyperfine.md index 8c81550be..1390a0d96 100644 --- a/pages/common/hyperfine.md +++ b/pages/common/hyperfine.md @@ -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}}'`