File: example3.json

package info (click to toggle)
rt-app 1.0-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 552 kB
  • sloc: ansic: 2,238; python: 260; sh: 129; makefile: 33
file content (24 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	/*
	 * Simple use case which starts with a 10% load during 1sec (100 loops)
	 * and then increase to 90% for the next sec (100 loops)
	 */
	"tasks" : {
		"thread0" : {
			"instance" : 12,
			"loop" : 1,
			"phases" : {
				"light" : {
					"loop" : 10,
					"run" :   3000,
					"timer" : { "ref" : "unique", "period" : 30000 }
				},
				"heavy" : {
					"loop" : 10,
					"run" :   27000,
					"timer" : { "ref" : "unique", "period" : 30000 }
				}
			}
		}
	}
}