История изменений
Исправление dataman, (текущая версия) :
Сама утилита на Rust.
https://github.com/sharkdp/hyperfine/tree/master/scripts
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
./plot_whisker.py sleep.json
Pre-requisites
To make these scripts work, you will need numpy, matplotlib and scipy.
Исходная версия dataman, :
Сама утилита на Rust.
https://github.com/sharkdp/hyperfine/tree/master/scripts
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
./plot_whisker.py sleep.json
Pre-requisites
To make these scripts work, you will need numpy, matplotlib and scipy.