Enable out-of-process iframes benchmark using custom page set.
commitf558eec2af3294c4fdb9bb8094567ad73edd1a84
authornasko <nasko@chromium.org>
Mon, 27 Jul 2015 22:58:34 +0000 (27 15:58 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 27 Jul 2015 22:59:24 +0000 (27 22:59 +0000)
tree21cf0bc29a3d5f61447919e2cd7512072c875845
parent6949118c2d867eb6e5abbaf6e488fabe37112631
Enable out-of-process iframes benchmark using custom page set.

Since out-of-process iframes have different characteristics for memory
usage and page load times, we should have a separate basic page set to
have more control over performance measurements.

This CL adds such a page set and re-enables the benchmark. It also adds
another benchmark that executes without out-of-process iframes enabled
with the same new page set, which will allow us to compare regular Chrome
vs out-of-process enabled Chrome.

BUG=462323

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

Cr-Commit-Position: refs/heads/master@{#340592}
tools/perf/benchmarks/page_cycler.py
tools/perf/page_sets/data/oopif_basic.json [new file with mode: 0644]
tools/perf/page_sets/data/oopif_basic_000.wpr.sha1 [new file with mode: 0644]
tools/perf/page_sets/oopif_basic_page_set.py [new file with mode: 0644]