Increase number of iterations in RallyProfile.generate_names_in_atomic

This patch increases number of iterations in
RallyProfile.generate_names_in_atomic
in order to get more accurete results.

Change-Id: I8bd0c80ba504933aa3d2c88caf32697998abc99f
This commit is contained in:
Anton Studenov 2016-10-27 16:11:54 +03:00
parent a11ddfa11b
commit acf3051fa7

View File

@ -800,8 +800,8 @@
number_of_names: 100 number_of_names: 100
runner: runner:
type: "constant" type: "constant"
times: 10 times: 1000
concurrency: 5 concurrency: 10
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
@ -810,8 +810,8 @@
number_of_names: 1000 number_of_names: 1000
runner: runner:
type: "constant" type: "constant"
times: 10 times: 500
concurrency: 5 concurrency: 10
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0
@ -820,8 +820,8 @@
number_of_names: 10000 number_of_names: 10000
runner: runner:
type: "constant" type: "constant"
times: 10 times: 200
concurrency: 5 concurrency: 10
sla: sla:
failure_rate: failure_rate:
max: 0 max: 0