diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/benchmark.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/benchmark.py b/src/benchmark.py index 0c7b7f6..ba8e462 100644 --- a/src/benchmark.py +++ b/src/benchmark.py @@ -166,7 +166,7 @@ class Benchmark (object): def run(self, runs=5): if runs < 1: - return + return True print_status("Running", self.name, "...") |
