37 lines
707 B
TOML
37 lines
707 B
TOML
|
[[test]]
|
||
|
testTitle = 'Clogged'
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Cycle'
|
||
|
transactionsPerSecond = 2500.0
|
||
|
testDuration = 60.0
|
||
|
expectedRate = 0
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'LockDatabase'
|
||
|
lockAfter = 15.0
|
||
|
unlockAfter = 45.0
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'RandomClogging'
|
||
|
testDuration = 30.0
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Rollback'
|
||
|
meanDelay = 30.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
|