Closed
Bug 1268302
Opened 7 years ago
Closed 7 years ago
4.05 - 38.55% glterrain (linux64, windowsxp) regression on push 18d290be0df2e10e8904451d16f2b9aaf936974e (Wed Apr 27 2016)
Categories
(Core :: Graphics: CanvasWebGL, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla49
People
(Reporter: wlach, Assigned: ethlin)
References
(Blocks 1 open bug)
Details
(Keywords: perf, regression, Whiteboard: [talos_regression])
Attachments
(1 file)
1.21 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
Talos has detected a Firefox performance regression from push 18d290be0df2e10e8904451d16f2b9aaf936974e. As author of one of the patches included in that push, we need your help to address this regression. This is a list of all known regressions and improvements related to the push: https://treeherder.mozilla.org/perf.html#/alerts?id=1036 On the page above you can see an 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(s), please see: https://wiki.mozilla.org/Buildbot/Talos/Tests#glterrain 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 linux64,win32 -u none -t g1[Windows XP],g1-e10s[Windows XP] --rebuild 5 # add "mozharness: --spsProfile" to generate profile data (we suggest --rebuild 5 to be more confident in the results) To run the test locally and do a more in-depth investigation, first set up a local Talos environment: https://wiki.mozilla.lorg/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 glterrain (add --e10s to run tests in e10s mode) Making a decision: As the patch author we need your feedback to help us handle this regression. *** Please let us know your plans by Monday, or the offending patch(es) will be backed out! *** Our wiki page outlines the common responses and expectations: https://wiki.mozilla.org/Buildbot/Talos/RegressionBugsHandling
Flags: needinfo?(ethlin)
Comment 1•7 years ago
|
||
This is only a regression for non-accel layers, so let's leave it in and fix it.
tracking-e10s:
--- → ?
Assignee | ||
Comment 3•7 years ago
|
||
In bug 1250954, I added CloneSurface when surfaceClient has a mismatched forwarder. I should skip the surfaceClient without forwarder since the surfaceClient is just created and it will do InitIPDL correctly. I also use AsCompositableForwarder to do the forwarder comparison. It should be a better way.
Attachment #8746987 -
Flags: review?(jgilbert)
![]() |
||
Updated•7 years ago
|
Updated•7 years ago
|
Attachment #8746987 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 4•7 years ago
|
||
try server: https://treeherder.mozilla.org/#/jobs?repo=try&revision=efe26a40b2e0
Assignee | ||
Comment 5•7 years ago
|
||
The talos test on try server still got similar scores. *With this bug's patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=efe26a40b2e0&selectedJob=20534029&filter-searchStr=talos The glterrain test on Linux x64 opt is 18.53. So I removed the patch in bug 1250954 and try again. *Remove all patches: https://treeherder.mozilla.org/#/jobs?repo=try&revision=efe26a40b2e0&selectedJob=20534029&filter-searchStr=talos The glterrain test on Linux x64 opt is 18.44. The two scores are almost the same and I think before regression this test's score should be about 24. Is the regression windows wrong?
Flags: needinfo?(wlachance)
Comment 6•7 years ago
|
||
18 is without the regression. It then regressed to 24. Also, your two links are identical.
Assignee | ||
Comment 7•7 years ago
|
||
(In reply to Avi Halachmi (:avih) from comment #6) > 18 is without the regression. It then regressed to 24. Also, your two links > are identical. I see. I misunderstanded the number. Thanks.
Flags: needinfo?(wlachance)
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4f85ccb14c7a
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
some winxp wins here: https://treeherder.mozilla.org/perf.html#/alerts?id=1133 the linux stuff has odd patterns, waiting for the trees to open to collect more data and figure out what is going on.
linux stuff is fixed, the pattern appears to be infrastructure related, but I can decipher it now that I have more data.
You need to log in
before you can comment on or make changes to this bug.
Description
•