Commit 5db99575 authored by Sebastien Robin's avatar Sebastien Robin

performance tests: decrease values to adapt to faster hardware

parent 07e817df
Pipeline #11600 failed with stage
in 0 seconds
......@@ -120,18 +120,18 @@ EXPECTED_MIN_MAX_TIME = {
'Expansion of Converged Changes': (11.12, 17.12), # (48, 54)
'Expansion of Diverged Changes': (18.58, 24.58), # (53, 59)
'Expansion of Diverged Changes': (13.58, 19.58), # (53, 59)
'Adoption of Previsions': (26.78, 34.78), # (105, 114)
'Adoption of Previsions': (20.78, 28.78), # (105, 114)
'Acceptance of Decisions': (27.3, 35.3), # (104, 113)
'Acceptance of Decisions': (20.3, 28.3), # (104, 113)
'Creation of New Applied Rules from Partially Simulated Deliveries': (9.05, 15.05),
# (38, 44)
'Creation Of New Sale Invoices': (11.05, 17.05), # (48, 54)
'Addition of New Invoices Lines': (29.11, 37.11) # (116, 125)
'Addition of New Invoices Lines': (24.11, 32.11) # (116, 125)
}
class TestSimulationPerformance(ERP5TypeTestCase, LogInterceptor):
......
......@@ -44,20 +44,20 @@ import os
# specific testing environment. We must always try to stay below max
# historical values.
# Historical values
MIN_OBJECT_VIEW=0.043 # 0.160 0.020, 0.112
MAX_OBJECT_VIEW=0.057 # 0.174 0.050, 0.120
MIN_OBJECT_MANY_LINES_VIEW=0.165 # 0.040, 0.274
MAX_OBJECT_MANY_LINES_VIEW=0.215 # 0.090, 0.294
MIN_OBJECT_PROXYFIELD_VIEW=0.176 # 0.242 0.020, 0.199
MAX_OBJECT_PROXYFIELD_VIEW=0.191 # 0.257 0.090, 0.220
MIN_OBJECT_VIEW=0.033 # 0.160 0.020, 0.112
MAX_OBJECT_VIEW=0.047 # 0.174 0.050, 0.120
MIN_OBJECT_MANY_LINES_VIEW=0.125 # 0.040, 0.274
MAX_OBJECT_MANY_LINES_VIEW=0.175 # 0.090, 0.294
MIN_OBJECT_PROXYFIELD_VIEW=0.135 # 0.242 0.020, 0.199
MAX_OBJECT_PROXYFIELD_VIEW=0.149 # 0.257 0.090, 0.220
#CURRENT_MIN_OBJECT_VIEW=0.1220
#CURRENT_MAX_OBJECT_VIEW=0.1280
MIN_MODULE_VIEW=0.030 # 0.050 0.160 0.020, 0.125
MAX_MODULE_VIEW=0.065 # 0.065 0.174 0.070, 0.175
MIN_TIC=0.0073 # 0.0333 0.0020, 0.260
MAX_TIC=0.0150 # 0.0354 0.0090, 0.343
MIN_OBJECT_CREATION=0.0053 # 0.0130 0.0010, 0.0070
MAX_OBJECT_CREATION=0.0068 # 0.0145 0.0040, 0.0082
MIN_OBJECT_CREATION=0.0045 # 0.0130 0.0010, 0.0070
MAX_OBJECT_CREATION=0.0059 # 0.0145 0.0040, 0.0082
LISTBOX_COEF=0.00150 # 0.00173 0.02472
# Change history
# 2016-08-11
......
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