diff options
Diffstat (limited to 'bench.py')
| -rwxr-xr-x | bench.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ def main(): print("Preparing", bench.name, "...") if not bench.prepare(): print("Preparing", bench.name, "failed!") - return + continue if not bench.run(runs=args.runs, verbose=args.verbose): continue |
