mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-11 01:25:44 +03:00
.. | ||
advanced_statistics.py | ||
plot_benchmark_results.py | ||
README.md |
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