aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 17e9b0a..ccc338f 100755
--- a/bench.py
+++ b/bench.py
@@ -33,7 +33,7 @@ def main():
continue
print("Running", bench.name)
- if not bench.run(runs=args.runs):
+ if not bench.run(runs=args.runs, verbose=args.verbose):
continue
if args.save: