mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-05 05:25:30 +03:00
6bfef81aaa
closes #392 |
||
---|---|---|
.. | ||
advanced_statistics.py | ||
plot_histogram.py | ||
plot_parametrized.py | ||
plot_whisker.py | ||
README.md | ||
welch_ttest.py |
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_whisker.py sleep.json
Pre-requisites
To make these scripts work, you will need to install numpy
and matplotlib
. Install them via
your package manager or pip
:
pip install numpy matplotlib # pip3, if you are using python3