From 08686cbc3ae63008837ee45b2c4f41d6674c57dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?haz=C3=A641?= Date: Fri, 21 Feb 2020 17:26:54 +0100 Subject: feat: support UDP sockets (#3946) --- tools/http_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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), -- cgit v1.2.3