mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
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:
parent
86cdf37033
commit
c940205353
3 changed files with 78 additions and 48 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue