git-perf 0.17.0

Track, plot, and statistically validate simple measurements using git-notes for storage
Documentation
1
2
3
4
5
6
use anyhow::Result;
use git_perf::cli;

fn main() -> Result<()> {
    cli::handle_calls()
}