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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 16 13:10:32 CET 2009


Author: seb
Date: Mon Nov 16 13:10:29 2009
New Revision: 30659

URL: http://svn.erp5.org?rev=30659&view=rev
Log:
smallest values seems useless, it was not different from historical
values (and one was inconsistent)

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=30659&r1=30658&r2=30659&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/testPerformance.py [utf8] Mon Nov 16 13:10:29 2009
@@ -43,22 +43,22 @@
 # 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
+                                    # Historical values
+MIN_OBJECT_VIEW=0.142               # 0.112
+MAX_OBJECT_VIEW=0.144               # 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
 #CURRENT_MIN_OBJECT_VIEW=0.1220
 #CURRENT_MAX_OBJECT_VIEW=0.1280
-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
+MIN_MODULE_VIEW=0.147               # 0.125
+MAX_MODULE_VIEW=0.150               # 0.175
+MIN_TIC=0.0329                      # 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