aboutsummaryrefslogtreecommitdiff
path: root/bench.py
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-03-08 11:23:16 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-03-08 11:23:16 +0100
commit88bed261c2a21d88e06490092dc3f88745a3a545 (patch)
tree2b689684c8ae4845704890c565d012141d6a0497 /bench.py
parent9ebf84850b1d2c7d5501d22fe1687f2fba2caa3f (diff)
downloadallocbench-88bed261c2a21d88e06490092dc3f88745a3a545.tar.gz
allocbench-88bed261c2a21d88e06490092dc3f88745a3a545.zip
Don't print running if -r 0 is set
Diffstat (limited to 'bench.py')
-rwxr-xr-xbench.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index f0f7810..3f183cc 100755
--- a/bench.py
+++ b/bench.py
@@ -141,7 +141,6 @@ def main():
print_error("Preparing", bench.name, "failed!")
continue
- print_status("Running", bench.name, "...")
if not bench.run(runs=args.runs):
continue