kaihowl / git-perf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Rust 66.5%Language:Shell 33.5%