pub fn bench_limit<F, O>(time_limit_secs: f64, f: F) -> Statswhere F: Fn() -> O,
Run a benchmark, specifying the run time limit.
See bench