hyperfine/scripts/README.md
2018-12-12 20:30:19 +01:00

9 lines
254 B
Markdown

This folder contains scripts that can be used in combination with hyperfines `--export-json` option.
### Example:
``` bash
> hyperfine 'sleep 0.020' 'sleep 0.021' 'sleep 0.022' --export-json sleep.json
> python plot_benchmark_results.py sleep.json
```