Update API workload

Currently we only have a rerun of 1, which could give false results. I
would like to bump this to 3, and reduce the concurrency. I would even
go as far as having a single concurrency.

Change-Id: I68533212b0f9a9c9d82432bbfa161475bbbda764
This commit is contained in:
Joe Talerico 2017-01-05 13:44:26 -05:00
parent 4b25f17dbf
commit 15723e3fbe

View File

@ -1,6 +1,6 @@
browbeat:
results : results/
rerun: 1
rerun: 3
cloud_name: {{ browbeat_cloud_name }}
elasticsearch:
enabled: {{ elastic_enabled_template }}
@ -50,7 +50,6 @@ rally:
- name: authenticate
enabled: true
concurrency:
- 8
- 16
- 24
times: 2500
@ -70,7 +69,6 @@ rally:
- name: neutron
enabled: true
concurrency:
- 4
- 8
- 12
times: 128
@ -93,7 +91,6 @@ rally:
- name: nova
enabled: true
concurrency:
- 4
- 8
- 12
times: 64
@ -113,7 +110,6 @@ rally:
- name: glance
enabled: true
concurrency:
- 4
- 8
- 12
times: 64
@ -126,7 +122,6 @@ rally:
- name: plugins
enabled: true
concurrency:
- 4
- 8
- 12
times: 64