summaryrefslogtreecommitdiff
path: root/runtime/js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2022-11-11 00:22:14 +0100
committerGitHub <noreply@github.com>2022-11-11 00:22:14 +0100
commit5be8c96ae899f5944da70e1909da7e608afefafa (patch)
tree06ed9d91dcf10bf26c3dc744dc4e6ce83cceb6b6 /runtime/js
parent79aa3124a8cf7e311398d279a05d44c788c5def5 (diff)
feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)
Diffstat (limited to 'runtime/js')
-rw-r--r--runtime/js/40_testing.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/js/40_testing.js b/runtime/js/40_testing.js
index d013d651c..e8590faf1 100644
--- a/runtime/js/40_testing.js
+++ b/runtime/js/40_testing.js
@@ -737,7 +737,6 @@
return;
}
- ops.op_bench_check_unstable();
let benchDesc;
const defaults = {
ignore: false,