mirror of
https://github.com/denoland/deno.git
synced 2025-01-08 07:08:27 -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
|
// 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