From c940205353bd4401eecc757c7b18f12cfbdc5878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sun, 24 Mar 2024 05:22:37 +0000 Subject: refactor(bench): align ops to testing ops (#23038) Internal refactor that changes how we use ops in `deno bench` subcommand. This brings it in line to what we do in `deno test` subcommand. --- runtime/js/99_main.js | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index a47a7163e..3db781148 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -564,6 +564,7 @@ const NOT_IMPORTED_OPS = [ "op_bench_now", "op_dispatch_bench_event", "op_register_bench", + "op_bench_get_origin", // Related to `Deno.jupyter` API "op_jupyter_broadcast", -- cgit v1.2.3