46 lines
964 B
TOML
46 lines
964 B
TOML
[[test]]
|
|
testTitle = 'BlobGranuleCorrectnessLargeTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'ReadWrite'
|
|
testDuration = 200.0
|
|
transactionsPerSecond = 200
|
|
writesPerTransactionA = 0
|
|
readsPerTransactionA = 10
|
|
writesPerTransactionB = 10
|
|
readsPerTransactionB = 1
|
|
alpha = 0.5
|
|
nodeCount = 2000000
|
|
valueBytes = 128
|
|
discardEdgeMeasurements = false
|
|
warmingDelay = 10.0
|
|
setup = false
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleVerifier'
|
|
testDuration = 200.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 200.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 30.0
|
|
testDuration = 200.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 200.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 200.0
|
|
|