1 2 3 4 5
//! Integrations for importing external benchmark data and CI platform output. #[cfg(feature = "github")] pub mod github; pub mod ingest;