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 1261c54..5fe79f7 100755
--- a/bench.py
+++ b/bench.py
@@ -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