Significantly lower the expected rate in the cache test
This commit is contained in:
parent
31bd9c8b3e
commit
61468dab6d
|
@ -12,5 +12,5 @@ testTitle = 'Cycle'
|
||||||
testName = 'Cycle'
|
testName = 'Cycle'
|
||||||
transactionsPerSecond = 2500.0
|
transactionsPerSecond = 2500.0
|
||||||
testDuration = 10.0
|
testDuration = 10.0
|
||||||
expectedRate = 0.80
|
expectedRate = 0.01
|
||||||
keyPrefix = 'foo/'
|
keyPrefix = 'foo/'
|
||||||
|
|
Loading…
Reference in New Issue