19 lines
353 B
TOML
19 lines
353 B
TOML
[configuration]
|
|
minimumRegions = 2
|
|
storageEngineExcludeTypes = [5]
|
|
|
|
[[test]]
|
|
testTitle = 'KillRegionCycle'
|
|
clearAfterTest = false
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
nodeCount = 30000
|
|
transactionsPerSecond = 2500.0
|
|
testDuration = 30.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'KillRegion'
|
|
testDuration = 30.0
|