From 56b96e7127dc57576f8eded2d057e66986f0af7f Mon Sep 17 00:00:00 2001 From: Anton Studenov Date: Thu, 27 Oct 2016 16:11:54 +0300 Subject: [PATCH] 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 --- rally-jobs/rally.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index c4675594..19b5aac0 100644 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -800,8 +800,8 @@ number_of_names: 100 runner: type: "constant" - times: 10 - concurrency: 5 + times: 1000 + concurrency: 10 sla: failure_rate: max: 0 @@ -810,8 +810,8 @@ number_of_names: 1000 runner: type: "constant" - times: 10 - concurrency: 5 + times: 500 + concurrency: 10 sla: failure_rate: max: 0 @@ -820,8 +820,8 @@ number_of_names: 10000 runner: type: "constant" - times: 10 - concurrency: 5 + times: 200 + concurrency: 10 sla: failure_rate: max: 0