Closed
Bug 1954478
Opened 1 month ago
Closed 1 month ago
[wpt-sync] Sync PR 51373 - Optimize string formatting
Categories
(Core :: CSS Parsing and Computation, task, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 51373 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/51373
Details from upstream follow.
Domenic Denicola <d@domenic.me> wrote:
Optimize string formatting
Instead of doing 36 passes through the string, do a single pass.
This took up around 2% of the time running a large test (Range-mutations-dataChange.html) in jsdom.
Assignee | ||
Updated•1 month ago
|
Component: web-platform-tests → CSS Parsing and Computation
Product: Testing → Core
Assignee | ||
Comment 1•1 month ago
|
||
Assignee | ||
Updated•1 month ago
|
Whiteboard: [wptsync downstream] → [wptsync downstream error]
Assignee | ||
Comment 2•1 month ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Assignee | ||
Updated•1 month ago
|
Whiteboard: [wptsync downstream error] → [wptsync downstream]
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4251652759e0
[wpt PR 51373] - Optimize string formatting, a=testonly
Assignee | ||
Comment 4•1 month ago
|
||
Test result changes from PR not available.
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•