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

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

Issue 2363343003: Add loading mobile story set (Closed)
Patch Set: Use PageCyclerStory Created 4 years, 3 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
Index: tools/perf/page_sets/page_cycler_story.py
diff --git a/tools/perf/page_sets/page_cycler_story.py b/tools/perf/page_sets/page_cycler_story.py
index f3bf387f3445bc8addd24ec70a72dd26e2a81214..02533911d01d726c6d00be7aa0ed8f8c49890eb9 100644
--- a/tools/perf/page_sets/page_cycler_story.py
+++ b/tools/perf/page_sets/page_cycler_story.py
@@ -10,11 +10,11 @@ _TTI_WAIT_TIME = 10
class PageCyclerStory(page.Page):
- def __init__(self, url, page_set,
+ def __init__(self, url, page_set, labels=None,
shared_page_state_class=shared_page_state.SharedDesktopPageState,
cache_temperature=cache_temperature_module.ANY, **kwargs):
super(PageCyclerStory, self).__init__(
- url=url, page_set=page_set,
+ url=url, page_set=page_set, labels=labels,
shared_page_state_class=shared_page_state_class,
cache_temperature=cache_temperature,
**kwargs)
« tools/perf/page_sets/loading_mobile.py ('K') | « tools/perf/page_sets/loading_mobile.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698