diff --git a/README.md b/README.md index cf23766..19c4290 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,14 @@ A command-line benchmarking tool (inspired by [bench](https://github.com/Gabriel439/bench)). -Usage: +Usage ``` bash > hyperfine 'sleep 0.3' 'sleep 1.7' ``` +## Demo +![hyperfine](https://i.imgur.com/iVd5lQ8.gif) + ## Features * Statistical analysis across multiple runs