hyperfine/scripts
2023-04-17 22:27:28 +02:00
..
advanced_statistics.py Add number of runs to advanced_statistics.py 2022-03-05 11:53:59 +01:00
plot_histogram.py Add --log-count option to plot_histogram.py 2023-04-17 22:27:28 +02:00
plot_parametrized.py Change parameter name in plotting scripts 2021-02-16 08:21:45 +01:00
plot_progression.py Add plot_progression.py 2022-03-05 12:03:29 +01:00
plot_whisker.py Use plt.get_cmap instead of plt.colormaps 2023-04-17 21:54:23 +02:00
README.md Remove extraneous characters from code sample 2022-05-20 09:49:28 +02:00
welch_ttest.py scripts: modify shebang to use "/usr/bin/env python" 2020-10-13 12:49:36 +02: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_whisker.py sleep.json

Pre-requisites

To make these scripts work, you will need to install numpy, matplotlib and scipy. Install them via your package manager or pip:

pip install numpy matplotlib scipy  # pip3, if you are using python3