Commit ee39b122 authored by Sebastien Robin's avatar Sebastien Robin

performance values are much better than before, make test passing

parent c2051c80
...@@ -44,22 +44,24 @@ import os ...@@ -44,22 +44,24 @@ import os
# specific testing environment. We must always try to stay below max # specific testing environment. We must always try to stay below max
# historical values. # historical values.
# Historical values # Historical values
MIN_OBJECT_VIEW=0.144 # 0.112 MIN_OBJECT_VIEW=0.020 # 0.112
MAX_OBJECT_VIEW=0.147 # 0.120 MAX_OBJECT_VIEW=0.050 # 0.120
MIN_OBJECT_MANY_LINES_VIEW=0.280 # 0.274 MIN_OBJECT_MANY_LINES_VIEW=0.040 # 0.274
MAX_OBJECT_MANY_LINES_VIEW=0.286 # 0.294 MAX_OBJECT_MANY_LINES_VIEW=0.090 # 0.294
MIN_OBJECT_PROXYFIELD_VIEW=0.213 # 0.199 MIN_OBJECT_PROXYFIELD_VIEW=0.020 # 0.199
MAX_OBJECT_PROXYFIELD_VIEW=0.217 # 0.220 MAX_OBJECT_PROXYFIELD_VIEW=0.090 # 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.148 # 0.125 MIN_MODULE_VIEW=0.148 # 0.125
MAX_MODULE_VIEW=0.153 # 0.175 MAX_MODULE_VIEW=0.153 # 0.175
MIN_TIC=0.0323 # 0.260 MIN_TIC=0.0020 # 0.260
MAX_TIC=0.0344 # 0.343 MAX_TIC=0.0090 # 0.343
MIN_OBJECT_CREATION=0.0068 # 0.0070 MIN_OBJECT_CREATION=0.0010 # 0.0070
MAX_OBJECT_CREATION=0.0073 # 0.0082 MAX_OBJECT_CREATION=0.0040 # 0.0082
LISTBOX_COEF=0.00173 # 0.02472 LISTBOX_COEF=0.00173 # 0.02472
# Change history # Change history
# 2013-03-01
# Adapt values with new hardware and last improvements
# 2010-02-09 # 2010-02-09
# the bot is slightly slower since 2009-11-29 # the bot is slightly slower since 2009-11-29
# MIN_OBJECT_VIEW : 0.142 -> 0.144 # MIN_OBJECT_VIEW : 0.142 -> 0.144
......
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