Function deno_bench_util::bench_js_async

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