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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 10 15:48:02 CET 2009


Author: jm
Date: Tue Nov 10 15:48:01 2009
New Revision: 30475

URL: http://svn.erp5.org?rev=30475&view=rev
Log:
Lower MIN_TIC

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=30475&r1=30474&r2=30475&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] Tue Nov 10 15:48:01 2009
@@ -52,7 +52,7 @@
 MAX_MODULE_VIEW=0.151
 MIN_OBJECT_CREATION=0.0088
 MAX_OBJECT_CREATION=0.0091
-MIN_TIC=0.0522
+MIN_TIC=0.0500
 MAX_TIC=0.0560
 LISTBOX_COEF=0.00169
 # Change history
@@ -60,7 +60,7 @@
 #  temporary increase threashold for view & tic to notice future regressions
 #   MIN_OBJECT_VIEW : 0.132 -> 0.142
 #   MAX_OBJECT_VIEW : 0.138 -> 0.144
-#   MIN_TIC : 0.0345 -> 0.0522
+#   MIN_TIC : 0.0345 -> 0.0500
 #   MAX_TIC : 0.0395 -> 0.0560
 #  too fast by the result of optimisation
 #   MIN_OBJECT_CREATION : 0.0090 -> 0.0088




More information about the Erp5-report mailing list