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
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Rafael Monnerat
erp5
Commits
ebfb3675
Commit
ebfb3675
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
089bf7b2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
bt5/erp5_simulation_performance_test/TestTemplateItem/portal_components/test.erp5.testSimulationElementPerformance.py
..._components/test.erp5.testSimulationElementPerformance.py
+6
-6
No files found.
bt5/erp5_simulation_performance_test/TestTemplateItem/portal_components/test.erp5.testSimulationElementPerformance.py
View file @
ebfb3675
...
...
@@ -112,13 +112,13 @@ HISTORICAL_EXPECTED_MIN_MAX_TIME = {
}
EXPECTED_MIN_MAX_TIME
=
{
'Creation Of New Applied Rules'
:
(
7.38
,
11
.38
),
# (30, 35)
'Creation Of New Applied Rules'
:
(
5.38
,
9
.38
),
# (30, 35)
'Expansion of Existing Applied Rules'
:
(
9.98
,
15
.98
),
# (41, 47)
'Expansion of Existing Applied Rules'
:
(
6.98
,
12
.98
),
# (41, 47)
'Creation of New Sale Packing Lists'
:
(
6.12
,
10
.12
),
# (27, 32)
'Creation of New Sale Packing Lists'
:
(
5.12
,
9
.12
),
# (27, 32)
'Expansion of Converged Changes'
:
(
11.12
,
17
.12
),
# (48, 54)
'Expansion of Converged Changes'
:
(
7.12
,
14
.12
),
# (48, 54)
'Expansion of Diverged Changes'
:
(
13.58
,
19.58
),
# (53, 59)
...
...
@@ -126,10 +126,10 @@ EXPECTED_MIN_MAX_TIME = {
'Acceptance of Decisions'
:
(
20.3
,
28.3
),
# (104, 113)
'Creation of New Applied Rules from Partially Simulated Deliveries'
:
(
9.05
,
15
.05
),
'Creation of New Applied Rules from Partially Simulated Deliveries'
:
(
7.05
,
13
.05
),
# (38, 44)
'Creation Of New Sale Invoices'
:
(
11.05
,
17
.05
),
# (48, 54)
'Creation Of New Sale Invoices'
:
(
9.05
,
15
.05
),
# (48, 54)
'Addition of New Invoices Lines'
:
(
24.11
,
32.11
)
# (116, 125)
}
...
...
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