297fff010a
Benchmark create-flavor and flavor-access-list Nova API. blueprint extend-api-benchmark-in-nova-scenarios Change-Id: I870405aaaec727cfb3a0b460dcf60c6a7ca4b6d1
17 lines
253 B
JSON
17 lines
253 B
JSON
{
|
|
"NovaFlavors.create_and_list_flavor_access": [
|
|
{
|
|
"runner": {
|
|
"type": "constant",
|
|
"concurrency": 2,
|
|
"times": 10
|
|
},
|
|
"args": {
|
|
"ram": 500,
|
|
"vcpus" : 1,
|
|
"disk": 1
|
|
}
|
|
}
|
|
]
|
|
}
|