Commit 83155fbc authored by Roque Porchetto's avatar Roque Porchetto

scalability_test: temporary user quantity in test suite

parent a7e2c779
......@@ -12,6 +12,7 @@ class WendelinERP5_scalability():
return 'examples/scalabilityUsers'
def getUserQuantity(self, test_number):
return [2, 3, 4, 5, 7][test_number] # for development (avoid create many users each try)
return [20, 30, 40, 50, 75][test_number]
# Test duration in seconds
......
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