diff options
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/40_testing.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/js/40_testing.js b/runtime/js/40_testing.js index 2c2b55d56..3e4a57df1 100644 --- a/runtime/js/40_testing.js +++ b/runtime/js/40_testing.js @@ -639,6 +639,7 @@ optionsOrFn, maybeFn, ) { + core.opSync("op_bench_check_unstable"); let benchDef; const defaults = { ignore: false, |