diff --git a/scripts/README.md b/scripts/README.md index 63fa11f..5680f28 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -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