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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 13:01:14 CET 2009


Author: seb
Date: Mon Nov 16 13:01:10 2009
New Revision: 30658

URL: http://svn.erp5.org?rev=30658&view=rev
Log:
Add historical values in order to clearly show what should be
the goal : staying below theses historical values (for max values)

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=30658&r1=30657&r2=30658&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] Mon Nov 16 13:01:10 2009
@@ -40,22 +40,25 @@
 # Define variable to chek if performance are good or not
 # XXX These variable are specific to the testing environment
 #     (pystone results: min: < 35373.2 - mean: ~ 35990.7 - max: > 36589.8)
-                                    # Smallest values
-MIN_OBJECT_VIEW=0.142
-MAX_OBJECT_VIEW=0.144               # 0.122
-MIN_OBJECT_MANY_LINES_VIEW=0.288
-MAX_OBJECT_MANY_LINES_VIEW=0.292
-MIN_OBJECT_PROXYFIELD_VIEW=0.225
-MAX_OBJECT_PROXYFIELD_VIEW=0.228    # 0.220
+# Historical values are here to remember what was original values on this
+# specific testing environment. We must always try to stay below max
+# historical values.
+                                    # Smallest values   Historical values
+MIN_OBJECT_VIEW=0.142               #                   0.112
+MAX_OBJECT_VIEW=0.144               # 0.122             0.120
+MIN_OBJECT_MANY_LINES_VIEW=0.288    #                   0.274
+MAX_OBJECT_MANY_LINES_VIEW=0.292    #                   0.294
+MIN_OBJECT_PROXYFIELD_VIEW=0.225    #                   0.199
+MAX_OBJECT_PROXYFIELD_VIEW=0.228    # 0.220             0.220
 #CURRENT_MIN_OBJECT_VIEW=0.1220
 #CURRENT_MAX_OBJECT_VIEW=0.1280
-MIN_MODULE_VIEW=0.147
-MAX_MODULE_VIEW=0.150
-MIN_TIC=0.0329                      # 0.0260
-MAX_TIC=0.0350
-MIN_OBJECT_CREATION=0.0068
-MAX_OBJECT_CREATION=0.0073
-LISTBOX_COEF=0.00169
+MIN_MODULE_VIEW=0.147               #                   0.125
+MAX_MODULE_VIEW=0.150               #                   0.175
+MIN_TIC=0.0329                      # 0.0260            0.260
+MAX_TIC=0.0350                      #                   0.343
+MIN_OBJECT_CREATION=0.0068          #                   0.0070
+MAX_OBJECT_CREATION=0.0073          #                   0.0082
+LISTBOX_COEF=0.00169                #                   0.02472
 # Change history
 # 2009-11-16
 #   MIN_OBJECT_CREATION : 0.0071 -> 0.0068




More information about the Erp5-report mailing list