We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52aaf2e + a6ffe9c commit 390f231Copy full SHA for 390f231
pkg/cmd/roachtest/tests/split.go
@@ -335,9 +335,9 @@ func registerLoadSplits(r registry.Registry) {
335
maxSize: 10 << 30, // 10 GB
336
cpuThreshold: 100 * time.Millisecond, // 1/10th of a CPU per second.
337
// 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
+ // The number of splits should be between 15-38 after 10 minutes with
339
// 100ms threshold on 8vCPU machines.
340
- minimumRanges: 18,
+ minimumRanges: 17,
341
maximumRanges: 40,
342
initialRangeCount: 2,
343
load: ycsbSplitLoad{
0 commit comments