perfgate 0.17.0

Core library for perfgate performance budgets and baseline diffs
Documentation
1
2
3
4
5
//! Integrations for importing external benchmark data and CI platform output.

#[cfg(feature = "github")]
pub mod github;
pub mod ingest;