diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-03-24 05:22:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-24 06:22:37 +0100 |
commit | c940205353bd4401eecc757c7b18f12cfbdc5878 (patch) | |
tree | 6cc3b696ad441278f1d5dd22033bf5a1310254fc /runtime/js/99_main.js | |
parent | 86cdf3703399367836c89accba3756437d820bb0 (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.js | 1 |
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", |