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

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

Issue 1912443002: Reimplement basic PopularUrls page cycler in telemetry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/key_mobile_sites.py » ('j') | tools/perf/page_sets/key_mobile_sites.py » ('J')
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 8ee83f2c5d2f0a95774510b6c22d9517b57a8e4c..d6f5e0a3b9ab98164ccfed21cbb6e6ae22466f47 100644
--- a/tools/perf/benchmarks/page_cycler.py
+++ b/tools/perf/benchmarks/page_cycler.py
@@ -240,3 +240,11 @@ class PageCyclerBigJs(_PageCycler):
@classmethod
def Name(cls):
return 'page_cycler.big_js'
+
+@benchmark.Disabled('all')
+class PageCyclerPopularUrls(_PageCycler):
+ page_set = page_sets.PopularUrlsPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'page_cycler.popular_urls'
« no previous file with comments | « no previous file | tools/perf/page_sets/key_mobile_sites.py » ('j') | tools/perf/page_sets/key_mobile_sites.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698