Closed
Bug 1685294
Opened 5 years ago
Closed 5 years ago
Add perf test for Pool
Categories
(DevTools :: Framework, task)
DevTools
Framework
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
Details
Attachments
(1 file)
devtools/shared/protocol/Pool.js is a core piece of our framework, which Actors and Fronts extend.
Let's have a test to track Pool method performances
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
The test creates a lot of nested pools and then stresses a few methods:
- manage
- manage, but with Pools that were already managed by another Pool
- getParent
- unmanage
- destroy (through the connection disconnection)
Updated•5 years ago
|
Attachment #9195619 -
Attachment description: Bug 1685294 - [devtools] Add DAMP test for Pool. r=jdescottes,ochameau. → Bug 1685294 - [devtools] Add metric test for Pool. r=jdescottes,ochameau.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/495e855175b4
[devtools] Add metric test for Pool. r=jdescottes.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
Assignee | ||
Updated•5 years ago
|
Summary: Add DAMP test for Pool → Add perf test for Pool
You need to log in
before you can comment on or make changes to this bug.
Description
•