blob: 9936e2fd5a3621f823113997cb8de745ff40184e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"Requests.check_response": [
{
"args": {
"url": "http://www.google.com",
"response": 302
},
"runner": {
"type": "constant",
"times": 20,
"concurrency": 5
}
}
]
}
|