Crates.io | git-perf |
lib.rs | git-perf |
version | 0.15.5 |
source | src |
created_at | 2024-01-08 18:11:41.196364 |
updated_at | 2024-01-22 17:13:13.824739 |
description | Track, plot, and statistically validate simple measurements using git-notes for storage |
homepage | |
repository | https://github.com/kaihowl/git-perf |
max_upload_size | |
id | 1092844 |
size | 165,923 |
Test tracking performance measurements in git-notes.
Example report for master.
Experimental only. Repeated additions of measurements (instead of bulk additions) will be costly: Each time the entire previous measurements are copied and a single line is appended.
cargo test
cargo build && PATH=$(pwd)/target/debug:$PATH test/run_tests.sh