perfgate 0.17.0

Core library for perfgate performance budgets and baseline diffs
Documentation
1
2
3
4
5
6
//! Runtime helpers that support the public facade without becoming separate
//! public crates.

pub mod profile;

pub use crate::app::runtime::*;