1 2 3 4 5 6 7
//! Benchmarking subsystem for the `pathrex bench` subcommand. pub mod error; pub mod estimates; pub mod runner; pub use error::BenchError;