Fix reference to plotting script

closes #392
This commit is contained in:
David Peter 2021-06-14 20:49:15 +02:00 committed by GitHub
parent 5223afc4f1
commit 6bfef81aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ This folder contains scripts that can be used in combination with hyperfines `--
``` bash
> hyperfine 'sleep 0.020' 'sleep 0.021' 'sleep 0.022' --export-json sleep.json
> python plot_benchmark_results.py sleep.json
> python plot_whisker.py sleep.json
```
### Pre-requisites