Closed
Bug 1133757
Opened 9 years ago
Closed 3 years ago
3-6% Linux 32/Win*/MacOS* cart regression on Mozilla-Inbound (v.38) on Feb 17, 2015 from push a9dd7c71cc68
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
People
(Reporter: jmaher, Unassigned, NeedInfo)
References
Details
(Keywords: perf, regression, Whiteboard: [talos_regression])
Talos has detected a Firefox performance regression from your commit a9dd7c71cc68 in bug 960465. We need you to address this regression. This is a list of all known regressions and improvements related to your bug: http://alertmanager.allizom.org:8080/alerts.html?rev=a9dd7c71cc68&showAll=1 On the page above you can see Talos alert for each affected platform as well as a link to a graph showing the history of scores for this test. There is also a link to a treeherder page showing the Talos jobs in a pushlog format. To learn more about the regressing test, please see: https://wiki.mozilla.org/Buildbot/Talos/Tests#TART.2FCART Reproducing and debugging the regression: If you would like to re-run this Talos test on a potential fix, use try with the following syntax: try: -b o -p linux,win64,win32,macosx64 -u none -t svgr # add "mozharness: --spsProfile" to generate profile data To run the test locally and do a more in-depth investigation, first set up a local Talos environment: https://wiki.mozilla.org/Buildbot/Talos/Running#Running_locally_-_Source_Code Then run the following command from the directory where you set up Talos: talos --develop -e <path>/firefox -a cart Making a decision: As the patch author we need your feedback to help us handle this regression. *** Please let us know your plans by Friday, or the offending patch will be backed out! *** Our wiki page outlines the common responses and expectations: https://wiki.mozilla.org/Buildbot/Talos/RegressionBugsHandling
Comment 1•9 years ago
|
||
I'd prefer not to back this out; it's a large set of changes that are needed to match the current spec, and which I think are also needed to get OMT Animations (which should help performance) in better quality to be able to ship on desktop. I'd be interested in seeing the difference between profiles in the before and after states, although I don't know if we have tools to actually view a difference between profiles. I'll try to have a look this week to see if there's anything that can be done in the short term, but if I don't get to it this week, it won't be until the week after next.
Updated•9 years ago
|
Assignee: nobody → dbaron
Comment 2•9 years ago
|
||
(In reply to Joel Maher (:jmaher) from comment #0) > Reproducing and debugging the regression: > If you would like to re-run this Talos test on a potential fix, use try with > the following syntax: > try: -b o -p linux,win64,win32,macosx64 -u none -t svgr # add "mozharness: > --spsProfile" to generate profile data is svgr really the right test here?
Flags: needinfo?(jmaher)
Comment 3•9 years ago
|
||
Assuming it is, here's a profiling try run with the push (i.e., on a9dd7c71cc68): https://treeherder.mozilla.org/#/jobs?repo=try&revision=0421c364e24f and another one without the push (i.e., on 4b118b959ffd): https://treeherder.mozilla.org/#/jobs?repo=try&revision=30dc5e54c613
Reporter | ||
Comment 4•9 years ago
|
||
yes, the cart test runs in the svgr job! do ask if you have questions- and a timeline of 1-2 weeks is fine. Keep in mind this will uplift to Aurora (next Monday), so if we do make fixes we should consider them on Aurora as well.
Flags: needinfo?(jmaher)
Comment 5•9 years ago
|
||
I did have some time to investigate briefly, but I'll look more week after next. Some observations: After the change, we were spending substantially more time (near or around double) in: AncestorFilter::PushAncestor ElementRestyler::Restyle SearchTable, MapRuleInfoInto, graphite2::vm::Machine::run, PL_HashTableRawLookup but we were not spending more time in: FindChildWithRules SelectorMatches DidSetStyleContext (This makes me wonder if the regression would be smaller with bug 931668 relanded.)
Updated•9 years ago
|
Flags: needinfo?(dbaron)
Comment 6•8 years ago
|
||
It's possible this is bug 1189598.
Reporter | ||
Comment 7•8 years ago
|
||
this is a pretty old regression, maybe it is somewhat related to bug 1189598. Honestly with this being so old, we have shipped the regression. If there is anything I could do to help with this, let me know!
Updated•3 years ago
|
Assignee: dbaron → nobody
Comment 8•3 years ago
|
||
We stopped measuring the customize transition when we stopped animating it. CART is no longer a thing. Closing as INVALID.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•