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

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

Issue 2167613002: [PCv2] Migrate top_10_mobile page set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 5 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/page_sets/top_10_mobile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/page_cycler_v2.py
diff --git a/tools/perf/benchmarks/page_cycler_v2.py b/tools/perf/benchmarks/page_cycler_v2.py
index 437dfe40baaf2fb3626e0609b8c762c89a1a44fb..9b92c85d456d1e0321976e74eaf9e8381933ca46 100644
--- a/tools/perf/benchmarks/page_cycler_v2.py
+++ b/tools/perf/benchmarks/page_cycler_v2.py
@@ -139,3 +139,19 @@ class PageCyclerV2IntlKoThVi(_PageCyclerV2):
def CreateStorySet(self, options):
return page_sets.IntlKoThViPageSet(cache_temperatures=[
cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
+
+
+class PageCyclerV2Top10Mobile(_PageCyclerV2):
+ """Page load time benchmark for the top 10 mobile web pages.
+
+ Runs against pages recorded in November, 2013.
+ """
+
+ @classmethod
+ def Name(cls):
+ return 'page_cycler_v2.top_10_mobile'
+
+ def CreateStorySet(self, options):
+ return page_sets.Top10MobilePageSet(run_no_page_interactions=True,
+ cache_temperatures=[
+ cache_temperature.PCV1_COLD, cache_temperature.PCV1_WARM])
« no previous file with comments | « no previous file | tools/perf/page_sets/top_10_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698