git-perf

Crates.iogit-perf
lib.rsgit-perf
version0.15.5
sourcesrc
created_at2024-01-08 18:11:41.196364
updated_at2024-01-22 17:13:13.824739
descriptionTrack, plot, and statistically validate simple measurements using git-notes for storage
homepage
repositoryhttps://github.com/kaihowl/git-perf
max_upload_size
id1092844
size165,923
Kai Howelmeyer (kaihowl)

documentation

README

Performance Measurements in Git

Test tracking performance measurements in git-notes.

Example report for master.

Warning

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.

Development

Rust tests

cargo test

Integration / bash tests

cargo build && PATH=$(pwd)/target/debug:$PATH test/run_tests.sh
Commit count: 0

cargo fmt