hyperfine/scripts
2018-12-12 20:30:19 +01:00
..
advanced_statistics.py Add a simple script to show advanced statistics 2018-12-12 20:27:14 +01:00
plot_benchmark_results.py Add script to plot benchmark results 2018-12-12 19:54:57 +01:00
README.md Create README.md 2018-12-12 20:30:19 +01:00

This folder contains scripts that can be used in combination with hyperfines --export-json option.

Example:

> hyperfine 'sleep 0.020' 'sleep 0.021' 'sleep 0.022' --export-json sleep.json
> python plot_benchmark_results.py sleep.json