File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ STORAGE_ENGINE?=
28
28
DUMP_OPERATOR_STATE? =true
29
29
SEAWEEDFS_IMAGE? =chrislusf/seaweedfs:3.73
30
30
NODE_SELECTOR? =
31
+ DATA_LOADER_IMAGE? =
31
32
# Defines the cloud provider used for the underlying Kubernetes cluster. Currently only kind is support, other cloud providers
32
33
# should still work but this test framework has no special cases for those.
33
34
CLOUD_PROVIDER? =
@@ -177,6 +178,7 @@ endif
177
178
--fdb-image=" $( FDB_IMAGE) " \
178
179
--sidecar-image=" $( SIDECAR_IMAGE) " \
179
180
--operator-image=" $( OPERATOR_IMAGE) " \
181
+ --data-loader-image=$(DATA_LOADER_IMAGE ) \
180
182
--registry=" $( REGISTRY) " \
181
183
--fdb-version=" $( FDB_VERSION) " \
182
184
--cleanup=$(CLEANUP ) \
Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ func (config *WorkloadConfig) setDefaults() {
348
348
}
349
349
350
350
if config .BatchSize == 0 {
351
- config .BatchSize = 50
351
+ config .BatchSize = 1000
352
352
}
353
353
354
354
if config .ValueSize == 0 {
You can’t perform that action at this time.
0 commit comments