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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jul 24 09:59:13 CEST 2007


Author: seb
Date: Tue Jul 24 09:59:13 2007
New Revision: 15284

URL: http://svn.erp5.org?rev=15284&view=rev
Log:
So sorry, but I have to increase some numbers with a value about 2% higher.
This is required because we have changed the live cd on the machine wich
is running unit test sent to erp5-report

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=15284&r1=15283&r2=15284&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py Tue Jul 24 09:59:13 2007
@@ -46,14 +46,14 @@
 
 # Define variable to chek if performance are good or not
 # XXX These variable are specific to the testing environment
-MIN_OBJECT_VIEW=0.110
-MAX_OBJECT_VIEW=0.120
+MIN_OBJECT_VIEW=0.112
+MAX_OBJECT_VIEW=0.122
 MIN_MODULE_VIEW=0.125
 MAX_MODULE_VIEW=0.175
 MIN_OBJECT_CREATION=0.0070
 MAX_OBJECT_CREATION=0.0090
-MIN_TIC=0.0330
-MAX_TIC=0.0348
+MIN_TIC=0.0340
+MAX_TIC=0.0355
 LISTBOX_COEF=0.02472
 DO_TEST = 1
 




More information about the Erp5-report mailing list