Closed Bug 1903766 Opened 1 year ago Closed 1 year ago

Add service worker update perftests

Categories

(Core :: DOM: Service Workers, task)

task

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: nobody → jmarshall

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"
]);

Blocks: 1889121

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
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!
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
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: