summaryrefslogtreecommitdiff
path: root/tools/http_benchmark.py
diff options
context:
space:
mode:
authorhazæ41 <hazae41@gmail.com>2020-02-21 17:26:54 +0100
committerGitHub <noreply@github.com>2020-02-21 11:26:54 -0500
commit08686cbc3ae63008837ee45b2c4f41d6674c57dd (patch)
tree19367caaba8e2f9abca60a06a40561c86c18cd59 /tools/http_benchmark.py
parentdd8a10948195f231a6a9eb652e3f208813904ad6 (diff)
feat: support UDP sockets (#3946)
Diffstat (limited to 'tools/http_benchmark.py')
-rwxr-xr-xtools/http_benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/http_benchmark.py b/tools/http_benchmark.py
index 05cd542e3..64abbf8ba 100755
--- a/tools/http_benchmark.py
+++ b/tools/http_benchmark.py
@@ -138,7 +138,7 @@ def http_benchmark(build_dir):
return {
# "deno_tcp" was once called "deno"
"deno_tcp": deno_tcp(deno_exe),
- # "deno_http" was once called "deno_net_http"
+ # "deno_udp": deno_udp(deno_exe),
"deno_http": deno_http(deno_exe),
"deno_proxy": deno_http_proxy(deno_exe, hyper_hello_exe),
"deno_proxy_tcp": deno_tcp_proxy(deno_exe, hyper_hello_exe),