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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Dec 22 18:09:27 CET 2008


Author: kazuhiko
Date: Mon Dec 22 18:09:27 2008
New Revision: 24970

URL: http://svn.erp5.org?rev=24970&view=rev
Log:
object_view test also sometimes fails by 'too fast' reason.

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=24970&r1=24969&r2=24970&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] Mon Dec 22 18:09:27 2008
@@ -39,8 +39,8 @@
 # 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.134
-MAX_OBJECT_VIEW=0.140
+MIN_OBJECT_VIEW=0.132
+MAX_OBJECT_VIEW=0.138
 MIN_OBJECT_MANY_LINES_VIEW=0.300
 MAX_OBJECT_MANY_LINES_VIEW=0.320
 MIN_OBJECT_PROXYFIELD_VIEW=0.215




More information about the Erp5-report mailing list