31 lines
619 B
TOML
31 lines
619 B
TOML
[[test]]
|
|
testTitle = 'SingleClientCausalConsistencyTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'SidebandSingle'
|
|
testDuration = 30.0
|
|
operationsPerSecond = 500
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 10.0
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 30.0
|