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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 23 15:43:14 CEST 2008


Author: kazuhiko
Date: Tue Sep 23 15:43:12 2008
New Revision: 23763

URL: http://svn.erp5.org?rev=23763&view=rev
Log:
decrease the target time for proxy field test because it becomes too fast since r.23760.

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=23763&r1=23762&r2=23763&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py Tue Sep 23 15:43:12 2008
@@ -40,8 +40,8 @@
 # (which has 31645.6 pystones/second)
 MIN_OBJECT_VIEW=0.112
 MAX_OBJECT_VIEW=0.122
-MIN_OBJECT_PROXYFIELD_VIEW=0.2390
-MAX_OBJECT_PROXYFIELD_VIEW=0.2490
+MIN_OBJECT_PROXYFIELD_VIEW=0.2000
+MAX_OBJECT_PROXYFIELD_VIEW=0.2200
 CURRENT_MIN_OBJECT_VIEW=0.1220
 CURRENT_MAX_OBJECT_VIEW=0.1280
 MIN_MODULE_VIEW=0.125




More information about the Erp5-report mailing list