Commit e44ceb5c authored by Benjamin Blanc's avatar Benjamin Blanc

tests: ERP5_scalability: change users number

parent 6c30535b
......@@ -137,7 +137,7 @@ class ERP5_scalability(_ERP5):
return 'erp5/util/benchmark/examples/scalabilityUsers'
def getUserNumber(self, test_number):
return [45, 120, 160, 200, 230][test_number]
return [45, 135, 170, 220, 250][test_number]
# Test duration in seconds
def getTestDuration(self, test_number):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment