Commit 5de4c594 authored by Aurel's avatar Aurel

increase all values as performances lost is due to migration to zope 2.8


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24774 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7035c368
...@@ -39,20 +39,20 @@ import os, hotshot ...@@ -39,20 +39,20 @@ import os, hotshot
# Define variable to chek if performance are good or not # Define variable to chek if performance are good or not
# XXX These variable are specific to the testing environment # XXX These variable are specific to the testing environment
# (which has 31645.6 pystones/second) # (which has 31645.6 pystones/second)
MIN_OBJECT_VIEW=0.112 MIN_OBJECT_VIEW=0.134
MAX_OBJECT_VIEW=0.122 MAX_OBJECT_VIEW=0.140
MIN_OBJECT_MANY_LINES_VIEW=0.2740 MIN_OBJECT_MANY_LINES_VIEW=0.311
MAX_OBJECT_MANY_LINES_VIEW=0.2940 MAX_OBJECT_MANY_LINES_VIEW=0.331
MIN_OBJECT_PROXYFIELD_VIEW=0.1990 MIN_OBJECT_PROXYFIELD_VIEW=0.215
MAX_OBJECT_PROXYFIELD_VIEW=0.2200 MAX_OBJECT_PROXYFIELD_VIEW=0.235
CURRENT_MIN_OBJECT_VIEW=0.1220 #CURRENT_MIN_OBJECT_VIEW=0.1220
CURRENT_MAX_OBJECT_VIEW=0.1280 #CURRENT_MAX_OBJECT_VIEW=0.1280
MIN_MODULE_VIEW=0.125 MIN_MODULE_VIEW=0.155
MAX_MODULE_VIEW=0.175 MAX_MODULE_VIEW=0.195
MIN_OBJECT_CREATION=0.0070 MIN_OBJECT_CREATION=0.0090
MAX_OBJECT_CREATION=0.0090 MAX_OBJECT_CREATION=0.0110
MIN_TIC=0.0260 MIN_TIC=0.0345
MAX_TIC=0.0355 MAX_TIC=0.0395
LISTBOX_COEF=0.02472 LISTBOX_COEF=0.02472
DO_TEST = 1 DO_TEST = 1
......
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