1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-22 07:14:47 -05:00

Fix a typo in http_benchmark.py

This commit is contained in:
J2P 2018-10-19 21:44:18 +09:00 committed by Ryan Dahl
parent 142e532910
commit 198fa31ec1

View file

@ -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])