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:
parent
70c269e7d1
commit
0b38cd8028
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user