1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-07 19:31:18 +01:00
workload-automation/wlauto/workloads/rt_app/use_cases/spreading-tasks.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2015-06-12 17:10:21 +01:00
{
"tasks" : {
"thread1" : {
"instance" : 1,
2015-06-12 17:10:21 +01:00
"loop" : -1,
"phases" : {
"light" : {
"loop" : 300,
2015-06-12 17:10:21 +01:00
"run" : 1000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
"heavy" : {
"loop" : 300,
2015-06-12 17:10:21 +01:00
"run" : 7000,
"timer" : { "ref" : "unique", "period" : 10000 }
}
}
},
"thread2" : {
"instance" : 1,
"loop" : -1,
"phases" : {
"light1" : {
"loop" : 900,
"run" : 1000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
"heavy1" : {
"loop" : 600,
"run" : 7000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
"light2" : {
"loop" : 300,
"run" : 1000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
"heavy1" : {
"loop" : 600,
"run" : 7000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
}
2015-06-12 17:10:21 +01:00
}
},
"global" : {
"duration" : 60,
"default_policy" : "SCHED_OTHER",
"calibration" : "CPU0"
}
}