mirror of
https://github.com/denoland/deno
synced 2024-11-05 18:45:24 +00:00
Fix a typo in http_benchmark.py
This commit is contained in:
parent
142e532910
commit
198fa31ec1
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue