Update README.md

This commit is contained in:
David Peter 2018-01-14 22:19:52 +01:00 committed by GitHub
parent caff4e10fb
commit 5d06e3979c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,15 @@
A command-line benchmarking tool (inspired by [bench](https://github.com/Gabriel439/bench)).
Usage
Usage:
``` bash
> hyperfine 'sleep 0.3' 'sleep 1.7'
> hyperfine [OPTIONS] <command>...
```
## Demo
Benchmarking [`fd`](https://github.com/sharkdp/fd) and [`find`](https://www.gnu.org/software/findutils/):
![hyperfine](https://i.imgur.com/5OqrGWe.gif)
## Features