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