27 lines
524 B
TOML
27 lines
524 B
TOML
[[test]]
|
|
testTitle = 'MoveKeysCycle'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 2500.0
|
|
testDuration = 10.0
|
|
expectedRate = 0.025
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomMoveKeys'
|
|
testDuration = 10.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 1
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 10.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 1
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 10.0
|