Closed
Bug 1903766
Opened 1 year ago
Closed 1 year ago
Add service worker update perftests
Categories
(Core :: DOM: Service Workers, task)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: joshuacmarshall, Assigned: joshuacmarshall)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 2 obsolete files)
No description provided.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → jmarshall
| Assignee | ||
Comment 1•1 year ago
|
||
Use profiler markers to collect timing data. Markers of known name:
AUTO_PROFILER_MARKER_TEXT("interesting thing #1", DOM, {}, ""_ns);
AUTO_PROFILER_MARKER_TEXT("interesting thing #2", DOM, {}, ""_ns);
can be inspected from the perftest:
await startProfiler();
interestingThings();
let pdata = await stopProfiler();
let duration_ms = inspectProfile(pdata, [
"interesting thing #1",
"interesting thing #2"
]);
| Assignee | ||
Comment 2•1 year ago
|
||
Comment 3•1 year ago
|
||
Comment on attachment 9408628 [details]
Bug 1903766 - Use profiler markers for getting performance data r=#dom-worker-reviewers!
Revision D211368 was moved to bug 1899749. Setting attachment 9408628 [details] to obsolete.
Attachment #9408628 -
Attachment is obsolete: true
| Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Attachment #9417489 -
Attachment description: WIP: Bug 1903766 - Add perftests for service worker update → Bug 1903766 - Add perftests for service worker update r=#dom-worker-reviewers!
Updated•1 year ago
|
Attachment #9408629 -
Attachment is obsolete: true
Pushed by jmarshall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47c985c18cb2
Add perftests for service worker update r=perftest-reviewers,dom-worker-reviewers,sparky,asuth
Comment 6•1 year ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•