summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-03-23 16:33:42 +0100
committerGitHub <noreply@github.com>2022-03-23 16:33:42 +0100
commitb82ded84d341cda98821592556804a529638589c (patch)
treec36dae6ea227c21f0238cad05ce4315f5547eca3 /runtime/js
parent53dac7451bbdd527aa91e01653b678547624fc39 (diff)
fix(bench): require --unstable flag in JavaScript (#14091)
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/40_testing.js1
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,