[][src]Function easybench_wasm::bench_limit

pub fn bench_limit<F, O>(time_limit_secs: f64, f: F) -> Stats where
    F: Fn() -> O, 

Run a benchmark, specifying the run time limit.

See bench