Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 7, 2019
1 parent ba93235 commit 3546fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/throughput_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
def cat(deno_exe, megs):
size = megs * MB
start = time.time()
cmd = deno_exe + " tests/cat.ts /dev/zero | head -c %s " % size
cmd = deno_exe + " tests/cat.ts --allow-read /dev/zero | head -c %s " % size
print cmd
subprocess.check_output(cmd, shell=True)
end = time.time()
Expand Down

0 comments on commit 3546fa5

Please sign in to comment.