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

Unified Diff: tools/perf/page_sets/service_worker_micro_benchmark.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/page_reload_cases.py ('k') | tools/perf/page_sets/top_25_repaint.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/service_worker_micro_benchmark.py
diff --git a/tools/perf/page_sets/service_worker_micro_benchmark.py b/tools/perf/page_sets/service_worker_micro_benchmark.py
index e96a96adbce5e2c34638aca2d1a9da80b346d62e..dc8fa52fe45e6fc195f60710928e530b315b07f0 100644
--- a/tools/perf/page_sets/service_worker_micro_benchmark.py
+++ b/tools/perf/page_sets/service_worker_micro_benchmark.py
@@ -25,7 +25,7 @@ class ServiceWorkerMicroBenchmarkPageSet(story.StorySet):
archive_data_file=archive_data_file_path,
cloud_storage_bucket=story.PUBLIC_BUCKET)
- # pylint: disable=C0301
+ # pylint: disable=line-too-long
# The code of localhost:8091 is placed in
# https://github.com/coonsta/Service-Worker-Performance
# but currently the following is used:
« no previous file with comments | « tools/perf/page_sets/page_reload_cases.py ('k') | tools/perf/page_sets/top_25_repaint.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698