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

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

Issue 2888133002: Modify list_system_health_stories to generate_system_health_csv (Closed)
Patch Set: Address Juan's nits Created 3 years, 7 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/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 fef84864803af69a5d665d5edceac6e569f7df4b..ce3e139212801cb551c8cc9849d1840b99155f8f 100644
--- a/tools/perf/page_sets/system_health/multi_tab_stories.py
+++ b/tools/perf/page_sets/system_health/multi_tab_stories.py
@@ -46,6 +46,7 @@ class MultiTabStory(system_health_story.SystemHealthStory):
@benchmark.Disabled('all') # crbug.com/704197
class MultiTabTypical24Story(MultiTabStory):
+ """Load 24 different web sites in 24 tabs, then cycle through each tab."""
NAME = 'multitab:misc:typical24'
TAGS = [story_tags.TABS_SWITCHING]
URL_LIST = [
« no previous file with comments | « tools/perf/page_sets/system_health/media_stories.py ('k') | tools/perf/page_sets/system_health/searching_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698