diff options
Diffstat (limited to 'tools/http_benchmark.py')
-rwxr-xr-x | tools/http_benchmark.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/http_benchmark.py b/tools/http_benchmark.py index 2ff34b831..05e54f173 100755 --- a/tools/http_benchmark.py +++ b/tools/http_benchmark.py @@ -18,8 +18,8 @@ def deno_http_benchmark(deno_exe): def deno_net_http_benchmark(deno_exe): deno_cmd = [ - deno_exe, "--allow-net", "js/deps/https/deno.land/x/net/http_bench.ts", - ADDR + deno_exe, "--allow-net", + "js/deps/https/deno.land/x/std/net/http_bench.ts", ADDR ] print "http_benchmark testing DENO using net/http." return run( |