Commit ebfb3675 authored by Sebastien Robin's avatar Sebastien Robin

performance tests: decrease values to adapt to faster hardware

parent 089bf7b2
Pipeline #11611 failed with stage
in 0 seconds
......@@ -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)
}
......
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