1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-07 03:11:53 +01:00
workload-automation/wlauto/workloads/rt_app/use_cases/spreading-tasks.json
Lisa Nguyen 2c5d51cb2a rt-app: Update use cases
Add video-long.json and video-short.json files and
update spreading-tasks.json. The originals can be
found in git.linaro.org/power/rt-app.git repo.

Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
2015-10-08 17:46:20 -07:00

53 lines
1.3 KiB
JSON

{
"tasks" : {
"thread1" : {
"instance" : 1,
"loop" : -1,
"phases" : {
"light" : {
"loop" : 300,
"run" : 1000,
"timer" : { "ref" : "unique", "period" : 10000 }
},
"heavy" : {
"loop" : 300,
"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 }
},
}
}
},
"global" : {
"duration" : 60,
"default_policy" : "SCHED_OTHER",
"calibration" : "CPU0"
}
}