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 b1be79eda..62647f629 100755
--- a/tools/http_benchmark.py
+++ b/tools/http_benchmark.py
@@ -50,6 +50,6 @@ def run(server_cmd):
if __name__ == '__main__':
if len(sys.argv) < 2:
- print "Usage ./tools/tcp_http_benchmark.py out/debug/deno"
+ print "Usage ./tools/http_benchmark.py out/debug/deno"
sys.exit(1)
deno_http_benchmark(sys.argv[1])