summaryrefslogtreecommitdiff
path: root/tools/http_benchmark.py
diff options
context:
space:
mode:
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 d84a24de6..2df5fcb89 100755
--- a/tools/http_benchmark.py
+++ b/tools/http_benchmark.py
@@ -19,7 +19,7 @@ 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/std/http/http_bench.ts", ADDR
+ "js/deps/https/deno.land/std/http/http_bench.ts", ADDR
]
print "http_benchmark testing DENO using net/http."
return run(