Opened 13 years ago
Closed 13 years ago
#1770 closed defect (worksforme)
Significant drop in Maestro RuntimeMap creation performance
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.5 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by )
The RuntimeMap in trunk has significantly degraded creation performance.
A unit test that creates a 200 layer, 50 group map takes 8.5s (!!!) to execute
In Maestro 3.1 this exact same test case only took 600ms to execute
Generally, the test suite also takes 3 times as long to execute as well.
One of the revisions to this class made since Maestro 3.1 must've been the cause. Investigate.
Change History (3)
comment:1 by , 13 years ago
Summary: | Significant drop in RuntimeMap creation performance → Significant drop in Maestro RuntimeMap creation performance |
---|
comment:2 by , 13 years ago
Description: | modified (diff) |
---|
comment:3 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Must've been a false positive.