From 5be8c96ae899f5944da70e1909da7e608afefafa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Fri, 11 Nov 2022 00:22:14 +0100 Subject: feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485) --- runtime/js/40_testing.js | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime') 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, -- cgit v1.2.3