diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-03-23 16:33:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-23 16:33:42 +0100 |
commit | b82ded84d341cda98821592556804a529638589c (patch) | |
tree | c36dae6ea227c21f0238cad05ce4315f5547eca3 /runtime/js | |
parent | 53dac7451bbdd527aa91e01653b678547624fc39 (diff) |
fix(bench): require --unstable flag in JavaScript (#14091)
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, |