Skip to main content

BenchSentRoutine

Type Alias BenchSentRoutine 

Source
pub type BenchSentRoutine = Box<dyn FnMut(BenchRounds) -> Duration + Send>;
Expand description

What one case runs, when it may be measured beside the cases stated with it.

Aliased Typeยง

pub struct BenchSentRoutine(/* private fields */);