1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-19 20:34:30 +00:00
2015-06-15 12:04:00 +01:00

27 lines
423 B
JSON

{
"tasks" : {
"thread" : {
"instance" : 2,
"loop" : -1,
"phases" : {
"light" : {
"loop" : 600,
"run" : 1000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
"heavy" : {
"loop" : 600,
"run" : 7000,
"timer" : { "ref" : "unique", "period" : 10000 }
}
}
}
},
"global" : {
"duration" : 60,
"default_policy" : "SCHED_OTHER",
"calibration" : "CPU0"
}
}