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

Unified Diff: tools/perf/page_sets/page_cycler/alexa_us.py

Issue 1458083003: [Telemetry + tools/perf] Modify the pylint disable message to use symbolic name (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/mse_cases.py ('k') | tools/perf/page_sets/page_cycler/bloat.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/page_cycler/alexa_us.py
diff --git a/tools/perf/page_sets/page_cycler/alexa_us.py b/tools/perf/page_sets/page_cycler/alexa_us.py
index 4af3bfd249b88d7eec3150629f640992a2fea3ea..e841d637bf065882b2067664d3e47a58d97419dc 100644
--- a/tools/perf/page_sets/page_cycler/alexa_us.py
+++ b/tools/perf/page_sets/page_cycler/alexa_us.py
@@ -17,11 +17,11 @@ class AlexaUsPageSet(story.StorySet):
def __init__(self):
super(AlexaUsPageSet, self).__init__(
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
serving_dirs=set(['../../../../data/page_cycler/alexa_us']))
urls_list = [
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
'file://../../../../data/page_cycler/alexa_us/accountservices.passport.net/',
'file://../../../../data/page_cycler/alexa_us/sfbay.craigslist.org/',
'file://../../../../data/page_cycler/alexa_us/www.amazon.com/',
« no previous file with comments | « tools/perf/page_sets/mse_cases.py ('k') | tools/perf/page_sets/page_cycler/bloat.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698