aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench.py b/bench.py
index 6360db5..d27200e 100755
--- a/bench.py
+++ b/bench.py
@@ -246,9 +246,9 @@ def main():
else:
print_error("malt not found. Skipping analyse.")
- if args.runs > 1:
+ if args.runs > 0:
print_status("Running", bench.name, "...")
- bench.run(runs=args.runs)
+ bench.run(runs=args.runs)
if need_resultdir:
print_info2("Changing cwd to:", resdir)