Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Dec 6, 2018
1 parent 7b23114 commit ee8230b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/http_benchmark.py
Expand Up @@ -17,7 +17,10 @@ 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/net/http_bench.ts", ADDR]
deno_cmd = [
deno_exe, "--allow-net", "js/deps/https/deno.land/x/net/http_bench.ts",
ADDR
]
print "http_benchmark testing DENO using net/http."
return run(
deno_cmd,
Expand Down

0 comments on commit ee8230b

Please sign in to comment.