summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-03-24 05:22:37 +0000
committerGitHub <noreply@github.com>2024-03-24 06:22:37 +0100
commitc940205353bd4401eecc757c7b18f12cfbdc5878 (patch)
tree6cc3b696ad441278f1d5dd22033bf5a1310254fc /runtime/js/99_main.js
parent86cdf3703399367836c89accba3756437d820bb0 (diff)
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.
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js1
1 files changed, 1 insertions, 0 deletions
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",