We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d310f commit 952dc69Copy full SHA for 952dc69
test/clusterloader2/testing/load/config.yaml
@@ -92,12 +92,12 @@ tuningSets:
92
# Uniform5qps: for each running phase, use 5 qps.
93
- name: Uniform5qps
94
qpsLoad:
95
- qps: 5
+ qps: 10000 # default is 5
96
# default is a tuningset that is meant to be used when we don't have any specific requirements on pace of operations.
97
- name: default
98
globalQPSLoad:
99
qps: {{$defaultQps}}
100
- burst: 1
+ burst: 10000 # default is 1
101
- name: RandomizedSaturationTimeLimited
102
RandomizedTimeLimitedLoad:
103
timeLimit: {{$saturationTime}}s
0 commit comments