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

Unified Diff: tools/perf/page_sets/blank_page.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/__init__.py ('k') | tools/perf/page_sets/page_set_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/blank_page.py
diff --git a/tools/perf/page_sets/blank_page.py b/tools/perf/page_sets/blank_page.py
index b3c0469b82a14b9aa83e4841e50a50cb8c1ad4ad..c5b79d5933a4c1d6bf88e38910e3cf3f62f11d6a 100644
--- a/tools/perf/page_sets/blank_page.py
+++ b/tools/perf/page_sets/blank_page.py
@@ -11,6 +11,8 @@ class BlankPage(page_module.Page):
class BlankPageSet(page_set_module.PageSet):
+ """A single blank page."""
+
def __init__(self):
- super(BlankPageSet, self).__init__(description='A single blank page.')
+ super(BlankPageSet, self).__init__()
self.AddPage(BlankPage('file://blank_page/blank_page.html', self))
« no previous file with comments | « tools/perf/page_sets/__init__.py ('k') | tools/perf/page_sets/page_set_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698