From fbb3f05b6ffd9d132cb643c831867b272b95dc0e Mon Sep 17 00:00:00 2001 From: Kyra Date: Sun, 21 Oct 2018 17:07:29 +0200 Subject: Add URLSearchParams (#1049) --- tools/http_benchmark.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tools') diff --git a/tools/http_benchmark.py b/tools/http_benchmark.py index b90004396..a039484b7 100755 --- a/tools/http_benchmark.py +++ b/tools/http_benchmark.py @@ -33,11 +33,7 @@ def http_benchmark(deno_exe, hyper_hello_exe): node_rps = node_http_benchmark() hyper_http_rps = hyper_http_benchmark(hyper_hello_exe) - return { - "deno": deno_rps, - "node": node_rps, - "hyper": hyper_http_rps - } + return {"deno": deno_rps, "node": node_rps, "hyper": hyper_http_rps} def run(server_cmd): -- cgit v1.2.3