17 lines
312 B
TOML
17 lines
312 B
TOML
|
[configuration]
|
||
|
configDB = 'paxos'
|
||
|
|
||
|
[[test]]
|
||
|
testTitle = 'ConfigIncrement'
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'ConfigIncrement'
|
||
|
incrementActors = 2
|
||
|
incrementsPerActor = 10
|
||
|
meanSleepWithinTransactions = 0.01
|
||
|
meanSleepBetweenTransactions = 0.1
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Attrition'
|
||
|
reboot = false
|