[Erp5-report] r24774 - /erp5/trunk/products/ERP5Type/tests/testPerformance.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Dec 3 09:52:22 CET 2008


Author: aurel
Date: Wed Dec  3 09:52:22 2008
New Revision: 24774

URL: http://svn.erp5.org?rev=24774&view=rev
Log:
increase all values as performances lost is due to migration to zope 2.8

Modified:
    erp5/trunk/products/ERP5Type/tests/testPerformance.py

Modified: erp5/trunk/products/ERP5Type/tests/testPerformance.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/testPerformance.py?rev=24774&r1=24773&r2=24774&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] Wed Dec  3 09:52:22 2008
@@ -39,20 +39,20 @@
 # Define variable to chek if performance are good or not
 # XXX These variable are specific to the testing environment
 # (which has 31645.6 pystones/second)
-MIN_OBJECT_VIEW=0.112
-MAX_OBJECT_VIEW=0.122
-MIN_OBJECT_MANY_LINES_VIEW=0.2740
-MAX_OBJECT_MANY_LINES_VIEW=0.2940
-MIN_OBJECT_PROXYFIELD_VIEW=0.1990
-MAX_OBJECT_PROXYFIELD_VIEW=0.2200
-CURRENT_MIN_OBJECT_VIEW=0.1220
-CURRENT_MAX_OBJECT_VIEW=0.1280
-MIN_MODULE_VIEW=0.125
-MAX_MODULE_VIEW=0.175
-MIN_OBJECT_CREATION=0.0070
-MAX_OBJECT_CREATION=0.0090
-MIN_TIC=0.0260
-MAX_TIC=0.0355
+MIN_OBJECT_VIEW=0.134
+MAX_OBJECT_VIEW=0.140
+MIN_OBJECT_MANY_LINES_VIEW=0.311
+MAX_OBJECT_MANY_LINES_VIEW=0.331
+MIN_OBJECT_PROXYFIELD_VIEW=0.215
+MAX_OBJECT_PROXYFIELD_VIEW=0.235
+#CURRENT_MIN_OBJECT_VIEW=0.1220
+#CURRENT_MAX_OBJECT_VIEW=0.1280
+MIN_MODULE_VIEW=0.155
+MAX_MODULE_VIEW=0.195
+MIN_OBJECT_CREATION=0.0090
+MAX_OBJECT_CREATION=0.0110
+MIN_TIC=0.0345
+MAX_TIC=0.0395
 LISTBOX_COEF=0.02472
 DO_TEST = 1
 




More information about the Erp5-report mailing list