mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-19 12:24:32 +00:00
27 lines
423 B
JSON
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"
|
|
}
|
|
}
|
|
|