summaryrefslogtreecommitdiff
path: root/core/examples/http_bench_json_ops
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-05-01 20:41:56 +0200
committerGitHub <noreply@github.com>2023-05-01 18:41:56 +0000
commit13c16d9cfd2d8ce0dd748cf67ef10cc0b9e7e78f (patch)
tree4ce78f49240dd990702e1d14fa2c2dd983c1e7bc /core/examples/http_bench_json_ops
parent9efed4c7a3d32de62e9c9b5e0c6712ce97637abb (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.js2
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,