From c38884d539f199f1357bac321fa19bd9c0a5293f Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Sat, 11 Aug 2018 10:43:43 +0200 Subject: pass verbose to run --- bench.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3