Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: tools/perf/benchmarks/page_cycler.py

Issue 137913003: Adding page cycler benchmark on the key mobile sites archive. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/test-info.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler.py
diff --git a/tools/perf/benchmarks/page_cycler.py b/tools/perf/benchmarks/page_cycler.py
index 7544f0e84c6362c10313d165f720d9cb4beeeea9..a649918aca3c1124edb02b1ea2b47bd21f3d1a22 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -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'
« no previous file with comments | « no previous file | tools/perf/test-info.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698