mirror of
https://github.com/denoland/deno.git
synced 2025-01-05 13:59:01 -05:00
bench: fix json ops benchmark (#18941)
This commit is contained in:
parent
6df6024506
commit
2acb5ce635
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// deno-lint-ignore-file camelcase
|
||||
|
||||
const { op_listen } = Deno.core.ops;
|
||||
const { op_listen } = Deno[Deno.internal].core.ops;
|
||||
const {
|
||||
op_accept,
|
||||
op_read_socket,
|
||||
|
|
Loading…
Reference in a new issue