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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 23 09:36:15 CEST 2009


Author: kazuhiko
Date: Fri Oct 23 09:36:08 2009
New Revision: 29956

URL: http://svn.erp5.org?rev=29956&view=rev
Log:
modify several target time with change history comments.

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=29956&r1=29955&r2=29956&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] Fri Oct 23 09:36:08 2009
@@ -42,19 +42,28 @@
 # (which has 31645.6 pystones/second)
 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_MANY_LINES_VIEW=0.285
+MAX_OBJECT_MANY_LINES_VIEW=0.305
 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_MODULE_VIEW=0.149
+MAX_MODULE_VIEW=0.189
 MIN_OBJECT_CREATION=0.0090
 MAX_OBJECT_CREATION=0.0110
 MIN_TIC=0.0345
 MAX_TIC=0.0395
-LISTBOX_COEF=0.02472
+LISTBOX_COEF=0.001725
+# Change history
+# 2009-10-23
+# too fast by the result of optimisation
+# MIN_OBJECT_MANY_LINES_VIEW : 0.300 -> 0.285
+# MAX_OBJECT_MANY_LINES_VIEW : 0.320 -> 0.305
+# too fast by modifying the pagination renderer
+# MIN_MODULE_VIEW : 0.155 -> 0.149
+# MAX_MODULE_VIEW : 0.195 -> 0.189
+# LISTBOX_COEF : 0.02472 -> 0.001725
 DO_TEST = 1
 
 # set 1 to get hotshot profiler's result (unit_test/tests/<func_name>)




More information about the Erp5-report mailing list