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.
This commit is contained in:
Bartek Iwańczuk 2024-03-24 05:22:37 +00:00 committed by GitHub
parent 86cdf37033
commit c940205353
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 78 additions and 48 deletions

View file

@ -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",