summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpdr@chromium.org <pdr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 03:50:36 +0000
committerpdr@chromium.org <pdr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-12 03:50:36 +0000
commitaa8c307f6d228dbcc19a8e16f8e7d66e63c10f9b (patch)
treeb8fd7797e45f613b7a26e682d50a513563642ef9 /tools
parentce767ab228df8ab9ee2664a258380ce9601fc42b (diff)
downloadchromium_src-aa8c307f6d228dbcc19a8e16f8e7d66e63c10f9b.zip
chromium_src-aa8c307f6d228dbcc19a8e16f8e7d66e63c10f9b.tar.gz
chromium_src-aa8c307f6d228dbcc19a8e16f8e7d66e63c10f9b.tar.bz2
Make the page_cycler_top10_mobile test runnable
This patch is a followup to r232699 to make the new top_10_mobile test runnable. To test yourself, apply this patch and run: ./tools/perf/run_measurement --browser=canary page_cycler_top10_mobile BUG=313541 Review URL: https://codereview.chromium.org/66553008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234395 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/benchmarks/page_cycler.py6
-rw-r--r--tools/perf/test-info.json3
2 files changed, 9 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
index 37dcdf9..aa91f34 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -88,6 +88,12 @@ class PageCyclerNetsimTop10(test.Test):
self.test.clear_cache_before_each_run = True
+class PageCyclerTop10Mobile(test.Test):
+ test = page_cycler.PageCycler
+ page_set = 'page_sets/top_10_mobile.json'
+ options = {'pageset_repeat_iters': 10}
+
+
class PageCyclerToughLayoutCases(test.Test):
test = page_cycler.PageCycler
page_set = 'page_sets/tough_layout_cases.json'
diff --git a/tools/perf/test-info.json b/tools/perf/test-info.json
index 9ed3f33..fca3927 100644
--- a/tools/perf/test-info.json
+++ b/tools/perf/test-info.json
@@ -149,6 +149,9 @@
"page_cycler.netsim.top_10":{
"description":"Page loading benchmark for a set of 10 top pages recorded in June, 2013. Pages are loaded under the simplisticly simulated bandwidth and RTT constraints of a cable modem (5Mbit/s down, 1Mbit/s up, 28ms RTT). Contention is realistically simulated, but slow start is not. DNS lookups are 'free'."
},
+ "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.tough_layout_cases":{
"description":"Page loading benchmark for the slowest layouts observed in the Alexa top 1 million sites in July 2013."
},