aboutsummaryrefslogtreecommitdiff
path: root/src/allocators
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators')
-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)