diff options
Diffstat (limited to 'bench.py')
| -rwxr-xr-x | bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
