Adjust storefront test parameters to allow it to run faster
This commit is contained in:
parent
fead5ed494
commit
3594eb72cc
|
@ -1,8 +1,9 @@
|
|||
testTitle=StorefrontTest
|
||||
clearAfterTest=false
|
||||
testName=Storefront
|
||||
actorsPerClient=50
|
||||
itemCount=100000
|
||||
actorsPerClient=20
|
||||
transactionsPerSecond=200
|
||||
itemCount=20000
|
||||
maxOrderSize=4
|
||||
testName=SaveAndKill
|
||||
restartInfoLocation=simfdb/restartInfo.ini
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
testTitle=StorefrontTest
|
||||
runSetup=false
|
||||
testName=Storefront
|
||||
actorsPerClient=50
|
||||
itemCount=100000
|
||||
actorsPerClient=20
|
||||
transactionsPerSecond=200
|
||||
itemCount=20000
|
||||
maxOrderSize=4
|
||||
|
|
|
@ -2,8 +2,9 @@ storageEngineExcludeTypes=3
|
|||
testTitle=StorefrontTest
|
||||
clearAfterTest=false
|
||||
testName=Storefront
|
||||
actorsPerClient=50
|
||||
itemCount=100000
|
||||
actorsPerClient=20
|
||||
transactionsPerSecond=200
|
||||
itemCount=20000
|
||||
maxOrderSize=4
|
||||
testName=SaveAndKill
|
||||
restartInfoLocation=simfdb/restartInfo.ini
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
testTitle=StorefrontTest
|
||||
runSetup=false
|
||||
testName=Storefront
|
||||
actorsPerClient=50
|
||||
itemCount=100000
|
||||
actorsPerClient=20
|
||||
transactionsPerSecond=200
|
||||
itemCount=20000
|
||||
maxOrderSize=4
|
||||
|
|
|
@ -3,8 +3,9 @@ testTitle = 'CloggedStorefrontTest'
|
|||
|
||||
[[test.workload]]
|
||||
testName = 'Storefront'
|
||||
actorsPerClient = 50
|
||||
itemCount = 100000
|
||||
actorsPerClient = 20
|
||||
transactionsPerSecond = 200
|
||||
itemCount = 20000
|
||||
maxOrderSize = 6
|
||||
testDuration = 30.0
|
||||
|
||||
|
|
|
@ -3,6 +3,7 @@ testTitle = 'StorefrontTest'
|
|||
|
||||
[[test.workload]]
|
||||
testName = 'Storefront'
|
||||
actorsPerClient = 50
|
||||
itemCount = 100000
|
||||
actorsPerClient = 20
|
||||
transactionsPerSecond = 200
|
||||
itemCount = 20000
|
||||
maxOrderSize = 4
|
||||
|
|
Loading…
Reference in New Issue