diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-01-31 18:11:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-31 18:11:37 -0500 |
commit | eff7a1484eae038624d398e276424fcdc43b79de (patch) | |
tree | ac9e47fbc0799b5f3e5a12e5e9035087dd9f150b /tools/http_benchmark.py | |
parent | c7b53125c38c397737da9c17500640cc0670e482 (diff) |
Upgrade deno_std to bef7ba (#1609)
Diffstat (limited to 'tools/http_benchmark.py')
-rwxr-xr-x | tools/http_benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/http_benchmark.py b/tools/http_benchmark.py index eb16616db..312e61da6 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/net/http_bench.ts", ADDR + "js/deps/https/deno.land/x/std/http/http_bench.ts", ADDR ] print "http_benchmark testing DENO using net/http." return run( |