Adjust storefront test parameters to allow it to run faster

This commit is contained in:
A.J. Beamon 2023-03-23 13:35:19 -07:00
parent fead5ed494
commit 3594eb72cc
6 changed files with 18 additions and 12 deletions

View File

@ -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

View File

@ -1,6 +1,7 @@
testTitle=StorefrontTest
runSetup=false
testName=Storefront
actorsPerClient=50
itemCount=100000
actorsPerClient=20
transactionsPerSecond=200
itemCount=20000
maxOrderSize=4

View File

@ -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

View File

@ -1,6 +1,7 @@
testTitle=StorefrontTest
runSetup=false
testName=Storefront
actorsPerClient=50
itemCount=100000
actorsPerClient=20
transactionsPerSecond=200
itemCount=20000
maxOrderSize=4

View File

@ -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

View File

@ -3,6 +3,7 @@ testTitle = 'StorefrontTest'
[[test.workload]]
testName = 'Storefront'
actorsPerClient = 50
itemCount = 100000
actorsPerClient = 20
transactionsPerSecond = 200
itemCount = 20000
maxOrderSize = 4