blob: f10efd7bf42fef48c923af04380130674f34212b (
plain)
1
2
3
4
5
6
|
from src.allocator import Allocator
# result_dir and perm are substituted during Benchmark.run
cmd = "malt -q -o output:name={{result_dir}}/malt.{{perm}}.%3"
malt = Allocator("malt", cmd_prefix=cmd)
|