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

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

Issue 2244943002: Introduce PageCyclerStory and let the stories wait for onload+TTI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: blank lines / 10sec / kwargs Created 4 years, 4 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/intl_ja_zh.py ('k') | tools/perf/page_sets/page_cycler_story.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/intl_ko_th_vi.py
diff --git a/tools/perf/page_sets/intl_ko_th_vi.py b/tools/perf/page_sets/intl_ko_th_vi.py
index a065f74e12e0caafa18f64f8805f18337beba36c..c1d86c908acd75d9eb749446a5cec74f014a361a 100644
--- a/tools/perf/page_sets/intl_ko_th_vi.py
+++ b/tools/perf/page_sets/intl_ko_th_vi.py
@@ -1,13 +1,14 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
+from page_sets import page_cycler_story
+from telemetry import story
from telemetry.page import cache_temperature as cache_temperature_module
-from telemetry.page import page as page_module
from telemetry.page import shared_page_state
-from telemetry import story
-class IntlKoThViPage(page_module.Page):
+class IntlKoThViPage(page_cycler_story.PageCyclerStory):
def __init__(self, url, page_set, cache_temperature=None):
super(IntlKoThViPage, self).__init__(
« no previous file with comments | « tools/perf/page_sets/intl_ja_zh.py ('k') | tools/perf/page_sets/page_cycler_story.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698