Closed
Bug 1467571
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11385 - Make manifest's parsers quicker
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox63 fixed)
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11385 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11385
Details from upstream follow.
Geoffrey Sneddon <me@gsnedders.com> wrote:
> Make manifest's parsers quicker
>
> This disables chardet for HTML, and tries the built-in XML parser before falling back to ours (which, with cElementTree, gains a lot). Overall this makes no-cache manifest 23% faster, though obviously the specific gain depend on I/O performance.
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Comment 2•7 years 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
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/835950053cc7
[wpt PR 11385] - Make manifest's parsers quicker, a=testonly
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/mozilla-inbound/rev/b949cfd4a742
[wpt PR 11385] - Make manifest's parsers quicker, a=testonly
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Assignee | ||
Comment 6•7 years ago
|
||
Result changes from PR not available.
You need to log in
before you can comment on or make changes to this bug.
Description
•