mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +08:00
24 lines
552 B
TOML
24 lines
552 B
TOML
[[test]]
|
|
testTitle = 'RandomReadWriteTest'
|
|
connectionFailuresDisableDuration = 100000
|
|
waitForQuiescenceBegin= false
|
|
waitForQuiescenceEnd=false
|
|
clearAfterTest = true
|
|
runSetup = true # false
|
|
timeout = 3600.0
|
|
|
|
[[test.workload]]
|
|
testName = 'ReadWrite'
|
|
transactionsPerSecond = 100000
|
|
testDuration = 400.0
|
|
skewRound = 1
|
|
nodeCount = 30000 # 30000000
|
|
valueBytes = 100
|
|
readsPerTransactionA = 8
|
|
writesPerTransactionA = 0
|
|
alpha = 0
|
|
discardEdgeMeasurements = false
|
|
hotServerFraction = 0.2
|
|
hotServerReadFrac = 0.8
|
|
# hotServerShardFraction = 0.3
|
|
warmingDelay = 180.0 |