Trait node_bench::core::BenchmarkDescription
source · pub trait BenchmarkDescription {
// Required methods
fn path(&self) -> Path;
fn setup(self: Box<Self>) -> Box<dyn Benchmark>;
fn name(&self) -> Cow<'static, str>;
}