b16c73c9b7
Spread the content of doc/samples/tasks directory to separate folders for context, scenarios and runners. Add documentation and samples for runners. Change-Id: I4394e73060c6c97fae7bcf7039674041d43917e8
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"Dummy.dummy_exception_probability": [
|
|
{
|
|
"args": {
|
|
"exception_probability": 0.5
|
|
},
|
|
"runner": {
|
|
"type": "constant",
|
|
"times": 1000,
|
|
"concurrency": 1
|
|
},
|
|
"context": {
|
|
"users": {
|
|
"tenants": 1,
|
|
"users_per_tenant": 1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|