[][src]Trait test::TDynBenchFn

pub trait TDynBenchFn: Send {
    fn run(&self, harness: &mut Bencher);
}

Represents a benchmark function.

Required methods

fn run(&self, harness: &mut Bencher)

Loading content...

Implementors

Loading content...