pub fn bench_env_limit<F, I, O>(time_limit_secs: f64, env: I, f: F) -> Statswhere F: Fn(I) -> O, I: Clone,
Run a benchmark with an environment, specifying the run time limit.
See bench_env