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

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

Issue 1198823004: Update perf page_set to use story_set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/blank_page.py ('k') | tools/perf/page_sets/blob_workshop.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_with_large_profile.py
diff --git a/tools/perf/page_sets/blank_page_with_large_profile.py b/tools/perf/page_sets/blank_page_with_large_profile.py
index ec8f0fb9fc68e6a79e5707bc21f57b287bad8adc..e6b2e03de3a34ff23199e55c523130016bfc7f9f 100644
--- a/tools/perf/page_sets/blank_page_with_large_profile.py
+++ b/tools/perf/page_sets/blank_page_with_large_profile.py
@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from page_sets import pregenerated_large_profile_shared_state
+from telemetry import story
from telemetry.page import page as page_module
-from telemetry.page import page_set as page_set_module
class BlankPageWithLargeProfile(page_module.Page):
@@ -14,7 +14,7 @@ class BlankPageWithLargeProfile(page_module.Page):
PregeneratedLargeProfileSharedState)
-class BlankPageSetWithLargeProfile(page_set_module.PageSet):
+class BlankPageSetWithLargeProfile(story.StorySet):
"""A single blank page loaded with a large profile."""
def __init__(self):
« no previous file with comments | « tools/perf/page_sets/blank_page.py ('k') | tools/perf/page_sets/blob_workshop.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698