Don't reload twice in key_mobile_sites
commit6416d003916e852c9adf2f69d7cbe6582763c7fa
authorskyostil <skyostil@chromium.org>
Mon, 17 Aug 2015 15:57:03 +0000 (17 08:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 17 Aug 2015 15:57:34 +0000 (17 15:57 +0000)
tree35671005d207babb86518a7a1b07af565c89ddf4
parent75a62cbb34649db52fed25581482a55eca1b5681
Don't reload twice in key_mobile_sites

The Linkedin and WoW wiki pages in key_mobile_sites reload themselves
before scrolling to take advantage of the browser's shader cache.
However this reload is currently implemented as a reload plus a
navigation. Since the navigation has more or less the same effect as a
reload, the reload step is redundant.

This patch removes the explicit reload step. This will make the
benchmark slightly faster, and with any luck, make it less flaky[1] on
some downstream bots.

Note that replacing the second navigation with just the reload doesn't
work because the reload does not reset the scroll offset, leaving us at
the bottom of the page.

[1] https://go/lhivi

Review URL: https://codereview.chromium.org/1296223002

Cr-Commit-Position: refs/heads/master@{#343690}
tools/perf/page_sets/key_mobile_sites_smooth.py