54 lines
1019 B
TOML
54 lines
1019 B
TOML
[[test]]
|
|
testTitle = 'Clogged'
|
|
|
|
[[test.workload]]
|
|
testName = 'Increment'
|
|
transactionsPerSecond = 500.0
|
|
testDuration = 10.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 10.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 10.0
|
|
testDuration = 10.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 10.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 10.0
|
|
|
|
[[test]]
|
|
testTitle = 'Unclogged'
|
|
|
|
[[test.workload]]
|
|
testName = 'Increment'
|
|
transactionsPerSecond = 50.0
|
|
testDuration = 10.0
|
|
expectedRate = 0.80
|
|
|
|
[[test]]
|
|
testTitle = 'Moving'
|
|
|
|
[[test.workload]]
|
|
testName = 'Increment'
|
|
transactionsPerSecond = 50.0
|
|
testDuration = 10.0
|
|
expectedRate = 0.70
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomMoveKeys'
|
|
testDuration = 10.0
|