Skip to content

Commit

Permalink
Small change to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Sep 1, 2019
1 parent 8db5335 commit 27f2ce6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ hyperfine --prepare 'make clean' --parameter-scan num_threads 1 12 'make -j {num
This also works with decimal numbers. The `-D`/`--parameter-step-size` option can be used
to control the step size:
``` bash
hyperfine -P time 0.2 0.8 -D 0.2 'sleep {time}'
hyperfine --parameter-scan delay 0.3 0.7 -D 0.2 'sleep {delay}'
```
This runs `sleep 0.3`, `sleep 0.5` and `sleep 0.7`.

### Export results

Expand Down

0 comments on commit 27f2ce6

Please sign in to comment.