mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-31 07:04:17 +00:00 
			
		
		
		
	workloads/rt-app: Port workload from WA2
This commit is contained in:
		
							
								
								
									
										52
									
								
								wa/workloads/rt_app/use_cases/spreading-tasks.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								wa/workloads/rt_app/use_cases/spreading-tasks.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,52 @@ | ||||
| { | ||||
| 	"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" | ||||
| 	} | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user