Trait node_bench::core::BenchmarkDescription[][src]

pub trait BenchmarkDescription {
    fn path(&self) -> Path;
fn setup(self: Box<Self>) -> Box<dyn Benchmark>;
fn name(&self) -> Cow<'static, str>; }

Required methods

Implementors