Commit 4ad25d6c authored by qsr@chromium.org's avatar qsr@chromium.org

Adding page cycler benchmark on the key mobile sites archive.

R=tonyg@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245143 0039d316-1c4b-4281-b951-d872f2087c98
parent 1e51a96f
......@@ -96,6 +96,12 @@ class PageCyclerTop10Mobile(test.Test):
options = {'pageset_repeat_iters': 10}
class PageCyclerKeyMobileSites(test.Test):
test = page_cycler.PageCycler
page_set = 'page_sets/key_mobile_sites.json'
options = {'pageset_repeat_iters': 10}
class PageCyclerToughLayoutCases(test.Test):
test = page_cycler.PageCycler
page_set = 'page_sets/tough_layout_cases.json'
......
......@@ -165,6 +165,9 @@
"page_cycler.top_10_mobile":{
"description":"Page load time benchmark for the top 10 mobile web pages. Runs against pages recorded in November, 2013."
},
"page_cycler.key_mobile_sites":{
"description":"Page load time benchmark for key mobile sites."
},
"page_cycler.tough_layout_cases":{
"description":"Page loading benchmark for the slowest layouts observed in the Alexa top 1 million sites in July 2013."
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment