diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-11-11 00:22:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-11 00:22:14 +0100 |
commit | 5be8c96ae899f5944da70e1909da7e608afefafa (patch) | |
tree | 06ed9d91dcf10bf26c3dc744dc4e6ce83cceb6b6 /runtime/js | |
parent | 79aa3124a8cf7e311398d279a05d44c788c5def5 (diff) |
feat: Stabilize Deno.bench() and 'deno bench' subcommand (#16485)
Diffstat (limited to 'runtime/js')
-rw-r--r-- | runtime/js/40_testing.js | 1 |
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, |