Commit bb24b113 authored by Benjamin Blanc's avatar Benjamin Blanc

up test

parent e7209de8
...@@ -128,7 +128,7 @@ class ERP5_simulation(_ERP5): ...@@ -128,7 +128,7 @@ class ERP5_simulation(_ERP5):
class ERP5_scalability(_ERP5): class ERP5_scalability(_ERP5):
def getTestList(self): def getTestList(self):
return ['createPerson'] return ['createPerson', 'createSaleOrder', 'createWebPage']
def getTestPath(self): def getTestPath(self):
return 'erp5/util/benchmark/examples/' return 'erp5/util/benchmark/examples/'
...@@ -144,4 +144,4 @@ class ERP5_scalability(_ERP5): ...@@ -144,4 +144,4 @@ class ERP5_scalability(_ERP5):
# Test duration in seconds # Test duration in seconds
def getTestDuration(self, test_number): def getTestDuration(self, test_number):
return 60 return 60*5
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