blob: 2a5b647d13c33965af8a6e3e473258f08f08663b (
plain)
1
2
3
4
5
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"
malt = Allocator("malt", cmd_prefix=cmd)
|