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