Trait node_bench::core::Benchmark[][src]

pub trait Benchmark {
    fn run(&mut self, mode: Mode) -> Duration;
}

Required methods

Implementors