From 3091b6844c7738b365a71095eb460add2f942f01 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 22 Aug 2019 20:54:02 +0200 Subject: run malt quiet during analyzing --- src/allocators/malt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3