diff options
Diffstat (limited to 'core/benches/op_baseline.rs')
-rw-r--r-- | core/benches/op_baseline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/benches/op_baseline.rs b/core/benches/op_baseline.rs index 04b72959c..a7f3bda1d 100644 --- a/core/benches/op_baseline.rs +++ b/core/benches/op_baseline.rs @@ -81,7 +81,7 @@ fn bench_op_nop(b: &mut Bencher) { bench_runtime_js( b, r#"for(let i=0; i < 1e3; i++) { - Deno.core.dispatchByName("nop", null, null, null); + Deno.core.opSync("nop", null, null, null); }"#, ); } |