From cdfd77af6e6ca5f4352d42573a33d51c09eba5b3 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 29 Apr 2019 17:12:41 +0200 Subject: move list of available benchmarks to src.globalvars.benchmarks fix analyse --- src/benchmark.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/benchmark.py') diff --git a/src/benchmark.py b/src/benchmark.py index f904c7a..4b1ae7f 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -172,7 +172,6 @@ class Benchmark (object): if runs < 1: return - print_status("Running", self.name, "...") # check if perf is allowed on this system if self.measure_cmd == self.defaults["measure_cmd"]: if Benchmark.perf_allowed == None: -- cgit v1.2.3