Weaken ConfigIncrement.toml test
This test is not yet stable, so simplify the test in order to make debugging easier.
This commit is contained in:
parent
a5b916cd8d
commit
c126e6239b
|
@ -6,7 +6,7 @@ testTitle = 'ConfigIncrement'
|
|||
|
||||
[[test.workload]]
|
||||
testName = 'ConfigIncrement'
|
||||
incrementActors = 5
|
||||
incrementsPerActor = 10
|
||||
meanSleepWithinTransactions = 0.00
|
||||
incrementActors = 1
|
||||
incrementsPerActor = 5
|
||||
meanSleepWithinTransactions = 0.01
|
||||
meanSleepBetweenTransactions = 0.1
|
||||
|
|
Loading…
Reference in New Issue