aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2018-08-11 10:43:43 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2018-08-11 10:43:43 +0200
commitc38884d539f199f1357bac321fa19bd9c0a5293f (patch)
tree895c5d691c734a0ca022ed2ff68947fc448d4bd4 /bench.py
parent37d0d9b4b37ca15cf0ee1937b94fe47142f18e5a (diff)
downloadallocbench-c38884d539f199f1357bac321fa19bd9c0a5293f.tar.gz
allocbench-c38884d539f199f1357bac321fa19bd9c0a5293f.zip
pass verbose to run
Diffstat (limited to 'bench.py')
-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: