deno_bench_util

Function bench_js_async

Source
pub fn bench_js_async(
    b: &mut Bencher,
    src: &str,
    setup: impl FnOnce() -> Vec<Extension>,
)