[][src]Function easybench_wasm::bench_env_limit

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

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

See bench_env