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
Léo-Paul Géneau
erp5
Commits
5db99575
Commit
5db99575
authored
Sep 24, 2020
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
performance tests: decrease values to adapt to faster hardware
parent
07e817df
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
bt5/erp5_simulation_performance_test/TestTemplateItem/portal_components/test.erp5.testSimulationElementPerformance.py
..._components/test.erp5.testSimulationElementPerformance.py
+4
-4
bt5/erp5_ui_test/TestTemplateItem/portal_components/test.erp5.testPerformance.py
...mplateItem/portal_components/test.erp5.testPerformance.py
+8
-8
No files found.
bt5/erp5_simulation_performance_test/TestTemplateItem/portal_components/test.erp5.testSimulationElementPerformance.py
View file @
5db99575
...
...
@@ -120,18 +120,18 @@ EXPECTED_MIN_MAX_TIME = {
'Expansion of Converged Changes'
:
(
11.12
,
17.12
),
# (48, 54)
'Expansion of Diverged Changes'
:
(
1
8.58
,
24
.58
),
# (53, 59)
'Expansion of Diverged Changes'
:
(
1
3.58
,
19
.58
),
# (53, 59)
'Adoption of Previsions'
:
(
2
6.78
,
34
.78
),
# (105, 114)
'Adoption of Previsions'
:
(
2
0.78
,
28
.78
),
# (105, 114)
'Acceptance of Decisions'
:
(
2
7.3
,
35
.3
),
# (104, 113)
'Acceptance of Decisions'
:
(
2
0.3
,
28
.3
),
# (104, 113)
'Creation of New Applied Rules from Partially Simulated Deliveries'
:
(
9.05
,
15.05
),
# (38, 44)
'Creation Of New Sale Invoices'
:
(
11.05
,
17.05
),
# (48, 54)
'Addition of New Invoices Lines'
:
(
2
9.11
,
37
.11
)
# (116, 125)
'Addition of New Invoices Lines'
:
(
2
4.11
,
32
.11
)
# (116, 125)
}
class
TestSimulationPerformance
(
ERP5TypeTestCase
,
LogInterceptor
):
...
...
bt5/erp5_ui_test/TestTemplateItem/portal_components/test.erp5.testPerformance.py
View file @
5db99575
...
...
@@ -44,20 +44,20 @@ import os
# specific testing environment. We must always try to stay below max
# historical values.
# Historical values
MIN_OBJECT_VIEW
=
0.0
4
3
# 0.160 0.020, 0.112
MAX_OBJECT_VIEW
=
0.0
5
7
# 0.174 0.050, 0.120
MIN_OBJECT_MANY_LINES_VIEW
=
0.1
6
5
# 0.040, 0.274
MAX_OBJECT_MANY_LINES_VIEW
=
0.
21
5
# 0.090, 0.294
MIN_OBJECT_PROXYFIELD_VIEW
=
0.1
76
# 0.242 0.020, 0.199
MAX_OBJECT_PROXYFIELD_VIEW
=
0.1
91
# 0.257 0.090, 0.220
MIN_OBJECT_VIEW
=
0.0
3
3
# 0.160 0.020, 0.112
MAX_OBJECT_VIEW
=
0.0
4
7
# 0.174 0.050, 0.120
MIN_OBJECT_MANY_LINES_VIEW
=
0.1
2
5
# 0.040, 0.274
MAX_OBJECT_MANY_LINES_VIEW
=
0.
17
5
# 0.090, 0.294
MIN_OBJECT_PROXYFIELD_VIEW
=
0.1
35
# 0.242 0.020, 0.199
MAX_OBJECT_PROXYFIELD_VIEW
=
0.1
49
# 0.257 0.090, 0.220
#CURRENT_MIN_OBJECT_VIEW=0.1220
#CURRENT_MAX_OBJECT_VIEW=0.1280
MIN_MODULE_VIEW
=
0.030
# 0.050 0.160 0.020, 0.125
MAX_MODULE_VIEW
=
0.065
# 0.065 0.174 0.070, 0.175
MIN_TIC
=
0.0073
# 0.0333 0.0020, 0.260
MAX_TIC
=
0.0150
# 0.0354 0.0090, 0.343
MIN_OBJECT_CREATION
=
0.00
53
# 0.0130 0.0010, 0.0070
MAX_OBJECT_CREATION
=
0.00
68
# 0.0145 0.0040, 0.0082
MIN_OBJECT_CREATION
=
0.00
45
# 0.0130 0.0010, 0.0070
MAX_OBJECT_CREATION
=
0.00
59
# 0.0145 0.0040, 0.0082
LISTBOX_COEF
=
0.00150
# 0.00173 0.02472
# Change history
# 2016-08-11
...
...
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