Remove extraneous characters from code sample

This commit is contained in:
anothermh 2022-05-19 17:54:31 -06:00 committed by David Peter
parent e0547f5aae
commit 546f504067

View File

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