diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-22 20:54:02 +0200 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-08-22 20:54:02 +0200 |
| commit | 3091b6844c7738b365a71095eb460add2f942f01 (patch) | |
| tree | 9e7d0388d96eaf2bf5762322c255a62e57c99677 | |
| parent | 1b478ed44852482e26cef81edeaed7d9be536ab9 (diff) | |
| download | allocbench-3091b6844c7738b365a71095eb460add2f942f01.tar.gz allocbench-3091b6844c7738b365a71095eb460add2f942f01.zip | |
run malt quiet during analyzing
| -rw-r--r-- | src/allocators/malt.py | 2 |
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) |
