Open
Bug 1723514
Opened 4 years ago
Updated 4 years ago
DAMP Perf regression in total-after-gc
Categories
(DevTools :: Framework, task, P3)
DevTools
Framework
Tracking
(firefox-esr78 unaffected, firefox90 unaffected, firefox91 unaffected, firefox92 affected)
NEW
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox90 | --- | unaffected |
| firefox91 | --- | unaffected |
| firefox92 | --- | affected |
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
In Bug 1722547, we updated the performance test browser_allocations_target.js in order to use Commands instead of a simple TabDescriptor.
This leads to jump from 1.9K objects left after the test to 5.2K. This is not really surprising, but we might want to check if there are obvious misses during destroy.
Comment 1•4 years ago
|
||
Type: task → defect
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1722547
status-firefox90:
--- → unaffected
status-firefox91:
--- → unaffected
status-firefox92:
--- → affected
status-firefox-esr78:
--- → unaffected
Updated•4 years ago
|
Keywords: regression
| Reporter | ||
Updated•4 years ago
|
Type: defect → task
Updated•4 years ago
|
Type: task → defect
| Reporter | ||
Updated•4 years ago
|
| Reporter | ||
Updated•4 years ago
|
Blocks: devtools-performance-alerts
You need to log in
before you can comment on or make changes to this bug.
Description
•