blob: 797178f42226bde9b68e7f2ff532bb95b35757b9 [file] [log] [blame]
main: {
multithreading: {
fork: true,
threads: [
{
name: "Memory"
instruction: {
mem_alloc: {
size: 5000000000
}
}
},
{
name: "Util"
instruction: {
cpu_work: {
utilization: 0.3,
}
repeat: 300,
period_us: 100000
},
spawn: 2
},
{
name: "MemGrow"
instruction: {
mem_alloc: {
size: 5000000
}
repeat: 300,
period_us: 100000
}
}
]
}
}
global: {}