summaryrefslogtreecommitdiff
path: root/tools/http_benchmark.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/http_benchmark.py')
-rwxr-xr-xtools/http_benchmark.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/http_benchmark.py b/tools/http_benchmark.py
index d5067d86b..fba11ba32 100755
--- a/tools/http_benchmark.py
+++ b/tools/http_benchmark.py
@@ -140,7 +140,8 @@ def http_benchmark(build_dir):
"deno_tcp": deno_tcp(deno_exe),
# "deno_udp": deno_udp(deno_exe),
"deno_http": deno_http(deno_exe),
- "deno_proxy": deno_http_proxy(deno_exe, hyper_hello_exe),
+ # TODO(ry) deno_proxy disabled to make fetch() standards compliant.
+ # "deno_proxy": deno_http_proxy(deno_exe, hyper_hello_exe),
"deno_proxy_tcp": deno_tcp_proxy(deno_exe, hyper_hello_exe),
# "deno_core_http_bench" was once called "deno_core_single"
"deno_core_http_bench": deno_core_http_bench(deno_core_http_bench_exe),