Closed
Bug 1497625
Opened 6 years ago
Closed 2 years ago
Bad performance on running tart talos test
Categories
(Core :: Graphics: WebRender, enhancement, P5)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kats, Unassigned)
References
Details
https://treeherder.mozilla.org/perf.html#/graphs?series=autoland,1683606,1,1&series=autoland,1686451,1,1&series=autoland,1651320,1,1&series=autoland,1646640,1,1
With WR enabled we're worse on both Windows and Linux.
Comment 1•6 years ago
|
||
Bug 1500017 made a big dent here, taking us from ~3.8 to ~3.1, with a non-WR baseline of ~2.4.
https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-inbound,1686524,1,1&series=autoland,1686451,1,1&series=mozilla-inbound,1642758,1,1
Comment 2•6 years ago
|
||
This is down to 2.84 vs 2.49 - https://treeherder.mozilla.org/perf.html#/graphs?series=mozilla-central,1662839,1,1&series=mozilla-central,1538069,1,1
That's an absolute different of less than half a millisecond per frame, on a test where we're a long way under the 16.7ms threshold for missing frames.
I've done an initial investigation here and concluded that the difference is mainly because WebRender does more work in the compositing phase, which is part of the design.
Given the low impact here, dropping the priority so we can focus on bigger performance issues.
Priority: P2 → P4
Updated•6 years ago
|
Priority: P4 → P5
Comment 3•2 years ago
|
||
There is only WR.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•