Function bench_env_limit

Source
pub fn bench_env_limit<F, I, O>(time_limit_secs: f64, env: I, f: F) -> Stats
where F: Fn(I) -> O, I: Clone,
Expand description

Run a benchmark with an environment, specifying the run time limit.

See bench_env