aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-08-22 20:54:02 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-08-22 20:54:02 +0200
commit3091b6844c7738b365a71095eb460add2f942f01 (patch)
tree9e7d0388d96eaf2bf5762322c255a62e57c99677
parent1b478ed44852482e26cef81edeaed7d9be536ab9 (diff)
downloadallocbench-3091b6844c7738b365a71095eb460add2f942f01.tar.gz
allocbench-3091b6844c7738b365a71095eb460add2f942f01.zip
run malt quiet during analyzing
-rw-r--r--src/allocators/malt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/allocators/malt.py b/src/allocators/malt.py
index 2a5b647..f10efd7 100644
--- a/src/allocators/malt.py
+++ b/src/allocators/malt.py
@@ -1,6 +1,6 @@
from src.allocator import Allocator
# result_dir and perm are substituted during Benchmark.run
-cmd = "malt -o output:name={{result_dir}}/malt.{{perm}}.%3"
+cmd = "malt -q -o output:name={{result_dir}}/malt.{{perm}}.%3"
malt = Allocator("malt", cmd_prefix=cmd)