pub type BenchSentRoutine = Box<dyn FnMut(BenchRounds) -> Duration + Send>;
What one case runs, when it may be measured beside the cases stated with it.
pub struct BenchSentRoutine(/* private fields */);