-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLTScript.json
More file actions
32 lines (32 loc) · 955 Bytes
/
Copy pathLTScript.json
File metadata and controls
32 lines (32 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{ "test":
{
"name": "Games Load Test5",
"location": "us-central1-a",
"duration": 45,
"rps": 75,
"rps_step_up": { "start_rps": 5, "end_rps": 75, "step_increment": 10, "step_duration": 10 },
"thresholds": { "avg_resp_time": 20000 },
"urls": [
{
"url": "http://blazedemo.com/D_o_o_m",
"method":"POST",
"headers": {
"User-Agent": "AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.116 Safari/537.36"
},
"body":"Go ahead and leave. See if I care.",
"thresholds": { "max_resp_time": 10000 }
},
{
"url": "http://blazedemo.com/Alert_On_Red",
"method":"POST",
"body":"Kirov Reporting!",
"headers": { "Accept-Charset": "ISO-8859-1" }
},
{
"url": "http://blazedemo.com/The_Craft_Of_War",
"method":"POST",
"body":"My life for the Horde!"
}
]
}
}