Descriptionsmoothness.scrolling_tough_ad_cases to use browser driven scrolls
Patch 3 of 4 to fix the overly long delay between
each scroll in smoothness.scrolling_tough_ad_cases caused by the render
thread being unresponsive.
Change ScrollingPage to use the new browser driven
Input.synthesizeScrollGesture api for scrolling.
This should regularize scrolls and make the scrolling
metrics more robust during loading, because otherwise we end up getting
much longer delays between each scroll than intended. These long delays
bias the results towards the phase when the page is fully loaded,
which defeats the point of this benchmarks.
Patch 1: https://codereview.chromium.org/1299643004/
Patch 2: https://codereview.chromium.org/1296993002/
Patch 4: https://codereview.chromium.org/1285133008/
BUG=510398
Committed: https://crrev.com/af373ea5b3d3777344c44d29520886b113843fbd
Cr-Commit-Position: refs/heads/master@{#344493}
Patch Set 1 #
Total comments: 6
Patch Set 2 : Sami's changes plus special handling of TMZ page. #Patch Set 3 : Special handling of TMZ page #
Total comments: 16
Patch Set 4 : Responding to feedback #
Total comments: 2
Patch Set 5 : Added a test #Patch Set 6 : Rebased #
Total comments: 16
Patch Set 7 : Another go #Patch Set 8 : Fix bad merge #Patch Set 9 : Small fix #Patch Set 10 : Fix #Patch Set 11 : Fix #
Total comments: 6
Patch Set 12 : Remove pointless statement #Patch Set 13 : Final nits #Messages
Total messages: 29 (9 generated)
|