Commit 8d622315 authored by Sebastien Robin's avatar Sebastien Robin

Add historical values in order to clearly show what should be

the goal : staying below theses historical values (for max values)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30658 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 91d2cc6e
...@@ -40,22 +40,25 @@ import os, hotshot ...@@ -40,22 +40,25 @@ import os, hotshot
# Define variable to chek if performance are good or not # Define variable to chek if performance are good or not
# XXX These variable are specific to the testing environment # XXX These variable are specific to the testing environment
# (pystone results: min: < 35373.2 - mean: ~ 35990.7 - max: > 36589.8) # (pystone results: min: < 35373.2 - mean: ~ 35990.7 - max: > 36589.8)
# Smallest values # Historical values are here to remember what was original values on this
MIN_OBJECT_VIEW=0.142 # specific testing environment. We must always try to stay below max
MAX_OBJECT_VIEW=0.144 # 0.122 # historical values.
MIN_OBJECT_MANY_LINES_VIEW=0.288 # Smallest values Historical values
MAX_OBJECT_MANY_LINES_VIEW=0.292 MIN_OBJECT_VIEW=0.142 # 0.112
MIN_OBJECT_PROXYFIELD_VIEW=0.225 MAX_OBJECT_VIEW=0.144 # 0.122 0.120
MAX_OBJECT_PROXYFIELD_VIEW=0.228 # 0.220 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_MIN_OBJECT_VIEW=0.1220
#CURRENT_MAX_OBJECT_VIEW=0.1280 #CURRENT_MAX_OBJECT_VIEW=0.1280
MIN_MODULE_VIEW=0.147 MIN_MODULE_VIEW=0.147 # 0.125
MAX_MODULE_VIEW=0.150 MAX_MODULE_VIEW=0.150 # 0.175
MIN_TIC=0.0329 # 0.0260 MIN_TIC=0.0329 # 0.0260 0.260
MAX_TIC=0.0350 MAX_TIC=0.0350 # 0.343
MIN_OBJECT_CREATION=0.0068 MIN_OBJECT_CREATION=0.0068 # 0.0070
MAX_OBJECT_CREATION=0.0073 MAX_OBJECT_CREATION=0.0073 # 0.0082
LISTBOX_COEF=0.00169 LISTBOX_COEF=0.00169 # 0.02472
# Change history # Change history
# 2009-11-16 # 2009-11-16
# MIN_OBJECT_CREATION : 0.0071 -> 0.0068 # MIN_OBJECT_CREATION : 0.0071 -> 0.0068
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment