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

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

Issue 912493003: Add key_mobile_sites_cycler.py that contains page sets that does not do scrolling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in key_mobile_sites_cycler Created 5 years, 10 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/data/key_mobile_sites_cycler.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 b00f5057aab54cfcf113b90d044c1e5860bbf17f..77a2f841ab7e4e4177054f708a59ca7351869a71 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -179,7 +179,7 @@ class PageCyclerTop10Mobile(_PageCycler):
@benchmark.Disabled
class PageCyclerKeyMobileSites(_PageCycler):
"""Page load time benchmark for key mobile sites."""
- page_set = page_sets.KeyMobileSitesSmoothPageSet
+ page_set = page_sets.KeyMobileSitesCyclerPageSet
@classmethod
def Name(cls):
« no previous file with comments | « no previous file | tools/perf/page_sets/data/key_mobile_sites_cycler.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698