Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
ee39b122
Commit
ee39b122
authored
Mar 01, 2013
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
performance values are much better than before, make test passing
parent
c2051c80
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
product/ERP5Type/tests/testPerformance.py
product/ERP5Type/tests/testPerformance.py
+12
-10
No files found.
product/ERP5Type/tests/testPerformance.py
View file @
ee39b122
...
...
@@ -44,22 +44,24 @@ import os
# specific testing environment. We must always try to stay below max
# historical values.
# Historical values
MIN_OBJECT_VIEW
=
0.
144
# 0.112
MAX_OBJECT_VIEW
=
0.
147
# 0.120
MIN_OBJECT_MANY_LINES_VIEW
=
0.
28
0
# 0.274
MAX_OBJECT_MANY_LINES_VIEW
=
0.
286
# 0.294
MIN_OBJECT_PROXYFIELD_VIEW
=
0.
213
# 0.199
MAX_OBJECT_PROXYFIELD_VIEW
=
0.
217
# 0.220
MIN_OBJECT_VIEW
=
0.
020
# 0.112
MAX_OBJECT_VIEW
=
0.
050
# 0.120
MIN_OBJECT_MANY_LINES_VIEW
=
0.
04
0
# 0.274
MAX_OBJECT_MANY_LINES_VIEW
=
0.
090
# 0.294
MIN_OBJECT_PROXYFIELD_VIEW
=
0.
020
# 0.199
MAX_OBJECT_PROXYFIELD_VIEW
=
0.
090
# 0.220
#CURRENT_MIN_OBJECT_VIEW=0.1220
#CURRENT_MAX_OBJECT_VIEW=0.1280
MIN_MODULE_VIEW
=
0.148
# 0.125
MAX_MODULE_VIEW
=
0.153
# 0.175
MIN_TIC
=
0.0
323
# 0.260
MAX_TIC
=
0.0
344
# 0.343
MIN_OBJECT_CREATION
=
0.00
68
# 0.0070
MAX_OBJECT_CREATION
=
0.00
73
# 0.0082
MIN_TIC
=
0.0
020
# 0.260
MAX_TIC
=
0.0
090
# 0.343
MIN_OBJECT_CREATION
=
0.00
10
# 0.0070
MAX_OBJECT_CREATION
=
0.00
40
# 0.0082
LISTBOX_COEF
=
0.00173
# 0.02472
# Change history
# 2013-03-01
# Adapt values with new hardware and last improvements
# 2010-02-09
# the bot is slightly slower since 2009-11-29
# MIN_OBJECT_VIEW : 0.142 -> 0.144
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment