Commit 581fbed 1 parent cb7290f commit 581fbed Copy full SHA for 581fbed
File tree 2 files changed +7
-7
lines changed
tasks/generators/clusterloader
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ spec:
79
79
- name : cl2-eks-pod-identity-pods
80
80
default : " 5000"
81
81
- name : cl2-default-qps
82
- default : " 500 "
82
+ default : " 200 "
83
83
- name : cl2-default-burst
84
- default : " 1000 "
84
+ default : " 400 "
85
85
- name : cl2-uniform-qps
86
- default : " 500 "
86
+ default : " 200 "
87
87
- name : timeout-pia-pod-creation
88
- default : " 5m "
88
+ default : " 10m "
89
89
tasks :
90
90
- name : slack-notification
91
91
params :
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ spec:
18
18
default : " 2000"
19
19
- name : cl2-default-qps
20
20
description : " default qps"
21
- default : " 500 "
21
+ default : " 200 "
22
22
- name : cl2-default-burst
23
23
description : " default burst"
24
- default : " 800 "
24
+ default : " 400 "
25
25
- name : cl2-uniform-qps
26
26
description : " uniform qps"
27
- default : " 400 "
27
+ default : " 200 "
28
28
- name : nodes
29
29
description : " number of dataplane nodes to run the load test against"
30
30
default : " 800"
You can’t perform that action at this time.
0 commit comments