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

Unified Diff: tools/perf/page_sets/top_10.py

Issue 311193003: [telemetry] Cleanups for benchmarks importing page sets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove description fo' realz. (from gpu tests) Created 6 years, 6 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 | « tools/perf/page_sets/service_worker.py ('k') | tools/perf/profile_creators/extensions_profile_creator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_10.py
diff --git a/tools/perf/page_sets/top_10.py b/tools/perf/page_sets/top_10.py
index 0668d79116dc2a789dbd88202f903ec3c496ef71..ed5f9b92da8cd582e2230d3489ffacd82cde07c3 100644
--- a/tools/perf/page_sets/top_10.py
+++ b/tools/perf/page_sets/top_10.py
@@ -87,9 +87,10 @@ class Facebook(SimpleScrollPage):
class Top10PageSet(page_set_module.PageSet):
+ """10 Pages chosen from Alexa top sites"""
+
def __init__(self):
super(Top10PageSet, self).__init__(
- description='10 Pages chosen from Alexa top sites',
archive_data_file='data/top_10.json',
credentials_path='data/credentials.json',
user_agent_type='desktop')
« no previous file with comments | « tools/perf/page_sets/service_worker.py ('k') | tools/perf/profile_creators/extensions_profile_creator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698