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

Unified Diff: tools/perf/page_sets/system_health/multi_tab_stories.py

Issue 2766533002: Using multi-tab story in TabSwitching Benchmark (Closed)
Patch Set: fix merge conflict Created 3 years, 8 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/measurements/tab_switching_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/system_health/multi_tab_stories.py
diff --git a/tools/perf/page_sets/system_health/multi_tab_stories.py b/tools/perf/page_sets/system_health/multi_tab_stories.py
index 684175866caaa949c2f2bf3516a1d18c0217bbeb..a9ab0c741024d2fa37508cdd7157ea010c4e384d 100644
--- a/tools/perf/page_sets/system_health/multi_tab_stories.py
+++ b/tools/perf/page_sets/system_health/multi_tab_stories.py
@@ -12,7 +12,7 @@ from page_sets.system_health import platforms
from telemetry import benchmark
-class _MultiTabStory(system_health_story.SystemHealthStory):
+class MultiTabStory(system_health_story.SystemHealthStory):
ABSTRACT_STORY = True
def RunNavigateSteps(self, action_runner):
@@ -40,7 +40,7 @@ class _MultiTabStory(system_health_story.SystemHealthStory):
@benchmark.Disabled('all') # crbug.com/704197
-class MultiTabTypical24Story(_MultiTabStory):
+class MultiTabTypical24Story(MultiTabStory):
NAME = 'multitab:misc:typical24'
TAGS = [story_tags.TABS_SWITCHING]
URL_LIST = [
« no previous file with comments | « tools/perf/measurements/tab_switching_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698