Skip to content

Commit a6ffe9c

Browse files
committed
roachtest: lower the min number of splits
Epic: none Release note: none
1 parent 8387e9c commit a6ffe9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/roachtest/tests/split.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,9 @@ func registerLoadSplits(r registry.Registry) {
335335
maxSize: 10 << 30, // 10 GB
336336
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
337337
// YCSB/A has a zipfian distribution with 50% inserts and 50% updates.
338-
// The number of splits should be between 18-38 after 10 minutes with
338+
// The number of splits should be between 15-38 after 10 minutes with
339339
// 100ms threshold on 8vCPU machines.
340-
minimumRanges: 18,
340+
minimumRanges: 17,
341341
maximumRanges: 40,
342342
initialRangeCount: 2,
343343
load: ycsbSplitLoad{

0 commit comments

Comments
 (0)