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

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

Issue 2629413002: [tools/perf] Trim down story name that has more than 180 charaters (Closed)
Patch Set: Created 3 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 | « tools/perf/page_sets/profile_safe_urls.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_desktop_sites_2012Q3.py
diff --git a/tools/perf/page_sets/top_desktop_sites_2012Q3.py b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
index 5bc47d81e4bd261152a94d137c9234d15fbac6fd..f869e97247c37975cda197bbe2382f206c73cf9b 100644
--- a/tools/perf/page_sets/top_desktop_sites_2012Q3.py
+++ b/tools/perf/page_sets/top_desktop_sites_2012Q3.py
@@ -251,7 +251,8 @@ class Top2012Q3Page(page.Page):
def __init__(self, url, ps):
super(Top2012Q3Page, self).__init__(
- url=url, page_set=ps, credentials_path = 'data/credentials.json')
+ url=url, page_set=ps, credentials_path = 'data/credentials.json',
+ name=url[:140]) # Make sure page's name is not too long
self.archive_data_file = 'data/2012Q3.json'
def RunPageInteractions(self, action_runner):
« no previous file with comments | « tools/perf/page_sets/profile_safe_urls.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698