pub trait TDynBenchFn: Send { fn run(&self, harness: &mut Bencher); }
test
Represents a benchmark function.