Trait node_bench::core::Benchmark
source · pub trait Benchmark {
// Required method
fn run(&mut self, mode: Mode) -> Duration;
}
pub trait Benchmark {
// Required method
fn run(&mut self, mode: Mode) -> Duration;
}