24 lines
476 B
TOML
24 lines
476 B
TOML
[[test]]
|
|
testTitle = 'CloggedCycleTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 1250.0
|
|
testDuration = 30.0
|
|
expectedRate = 0.005
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 30.0
|
|
scale = 0.1
|
|
clogginess = 2.0
|
|
|
|
[[test.workload]]
|
|
testName = 'ChangeConfig'
|
|
maxDelayBeforeChange = 30.0
|
|
coordinators = 'auto'
|