Fix viewport calculation for uninstanced symbol elements
Categories
(Core :: SVG, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox137 | --- | fixed |
People
(Reporter: longsonr, Assigned: longsonr)
References
Details
(Keywords: perf-alert)
Attachments
(1 file)
SVG 2 clarified that only symbols that are instanced by use elements count as viewports
Assignee | ||
Comment 1•17 days ago
|
||
Updated•17 days ago
|
Assignee | ||
Comment 3•17 days ago
|
||
Comment 5•7 days ago
|
||
(In reply to Pulsebot from comment #2)
Pushed by longsonr@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/90f0b0004226
Fix viewport calculation for uninstanced symbol elements r=emilio
Perfherder has detected a mozperftest performance change from push 90f0b0004226da5025acc6f9b45d2d2371bf71cb.
Improvements:
Ratio | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|
4% | browser_ml_autofill_perf.js AUTOFILL-model-run-latency | linux1804-64-shippable | 18.77 -> 18.04 | |
3% | browser_ml_summarizer_perf.js SUM-XENOVA-DISTILBART-CNN-12-6_BIG-initialization-latency | linux1804-64-shippable | 2,769.94 -> 2,687.71 | |
3% | browser_ml_summarizer_perf.js SUM-XENOVA-DISTILBART-CNN-12-6_BIG-pipeline-ready-latency | linux1804-64-shippable | 2,753.02 -> 2,672.17 | |
3% | browser_ml_summarizer_perf.js SUM-XENOVA-DISTILBART-CNN-12-6_SMALL-initialization-latency | linux1804-64-shippable | 2,774.90 -> 2,693.88 | |
3% | browser_ml_summarizer_perf.js SUM-XENOVA-DISTILBART-CNN-12-6_SMALL-pipeline-ready-latency | linux1804-64-shippable | 2,757.85 -> 2,677.79 |
Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.
If you need the profiling jobs you can trigger them yourself from treeherder job view or ask a sheriff to do that for you.
You can run these tests on try with ./mach try perf --alert 43796
For more information on performance sheriffing please see our FAQ.
Assignee | ||
Comment 6•7 days ago
•
|
||
This performance change is incredibly unlikely to be correct as I suspect none of these tests have any SVG at all in them.
Description
•