Closed
Bug 1553437
Opened 6 years ago
Closed 6 years ago
Add cold-open tests for debugger, console, netmonitor
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(firefox69 fixed)
RESOLVED
FIXED
Firefox 69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: jdescottes, Assigned: jdescottes)
Details
Attachments
(1 file)
We have a cold-open inspector DAMP test. The goal of the test is to be only recorded once per instance of Firefox, this way we measure the time it takes to "open" the inspector when all caches are empty.
It will typically catch regressions related to loading&evaluating more Javascript on panel startup.
We should add similar tests for our other main panels. Note that only the first panel will take measure the impact of loading the shared modules necessary to start DevTools.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Type: defect → task
Priority: -- → P3
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9216a8250cb8
Add cold-open talos DAMP test for jsdebugger, webconsole, netmonitor r=ochameau
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
You need to log in
before you can comment on or make changes to this bug.
Description
•