23 lines
445 B
TOML
23 lines
445 B
TOML
[configuration]
|
|
buggify = false
|
|
minimumReplication = 2
|
|
|
|
[[test]]
|
|
testTitle = 'Clogged'
|
|
connectionFailuresDisableDuration = 100000
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 1000.0
|
|
testDuration = 60.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'LowLatency'
|
|
maxGRVLatency = 40.0
|
|
maxCommitLatency = 40.0
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'ClogSingleConnection'
|