From 57afdea435e2fb22306d038f52f39852a74c7bdd Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 22 Aug 2019 19:34:03 +0200 Subject: remove duplicate check if we really should run the benchmark --- bench.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench.py') 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) -- cgit v1.2.3