We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25727ff commit 12223d3Copy full SHA for 12223d3
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: 50000
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
101
- name: RandomizedSaturationTimeLimited
102
RandomizedTimeLimitedLoad:
103
timeLimit: {{$saturationTime}}s
0 commit comments