Reduce the concurrency in the 500 wb join Rally task

This should reduce the number of deadlocks in MySQL, making the job more stable.

Change-Id: I06fed65a0321e4381d46a93693f9f3d622a73b8b
This commit is contained in:
Dougal Matthews 2018-10-17 09:35:57 +01:00
parent 70c269e7d1
commit 0b38cd8028
1 changed files with 4 additions and 4 deletions

View File

@ -133,12 +133,12 @@
-
args:
definition: "{{ extra_dir }}/scenarios/join/join_100_wb.yaml"
definition: "{{ extra_dir }}/scenarios/join/join_500_wb.yaml"
do_delete: true
runner:
type: "constant"
times: 20
concurrency: 5
times: 10
concurrency: 2
context:
users:
tenants: 1
@ -161,4 +161,4 @@
users_per_tenant: 1
sla:
failure_rate:
max: 0
max: 0