diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-05-01 20:41:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 18:41:56 +0000 |
commit | 13c16d9cfd2d8ce0dd748cf67ef10cc0b9e7e78f (patch) | |
tree | 4ce78f49240dd990702e1d14fa2c2dd983c1e7bc /core/examples/http_bench_json_ops | |
parent | 9efed4c7a3d32de62e9c9b5e0c6712ce97637abb (diff) |
bench: fix json ops benchmark (#18941)
Diffstat (limited to 'core/examples/http_bench_json_ops')
-rw-r--r-- | core/examples/http_bench_json_ops/http_bench_json_ops.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/examples/http_bench_json_ops/http_bench_json_ops.js b/core/examples/http_bench_json_ops/http_bench_json_ops.js index beb6c90e4..493574fe7 100644 --- a/core/examples/http_bench_json_ops/http_bench_json_ops.js +++ b/core/examples/http_bench_json_ops/http_bench_json_ops.js @@ -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, |