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

Unified Diff: tools/perf/page_sets/system_health/media_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/media_stories.py
diff --git a/tools/perf/page_sets/system_health/media_stories.py b/tools/perf/page_sets/system_health/media_stories.py
index ad079e8d4b515282fcec217d1b9a326dc0bcc3a8..14edfac788e28ede2596c3050ed5b54149230201 100644
--- a/tools/perf/page_sets/system_health/media_stories.py
+++ b/tools/perf/page_sets/system_health/media_stories.py
@@ -58,6 +58,7 @@ class _MediaStory(system_health_story.SystemHealthStory):
@benchmark.Disabled('all') # crbug.com/649392
class GooglePlayMusicDesktopStory(_MediaStory):
+ """Browse the songs list in music.google.com, then play a song."""
NAME = 'play:media:google_play_music'
URL = 'https://music.google.com'
@@ -83,6 +84,7 @@ class GooglePlayMusicDesktopStory(_MediaStory):
@benchmark.Disabled('win') # crbug.com/649392
class SoundCloudDesktopStory(_MediaStory):
+ """Load soundcloud.com, search for "Smooth Jazz", then play a song."""
NAME = 'play:media:soundcloud'
URL = 'https://soundcloud.com'
@@ -101,6 +103,7 @@ class SoundCloudDesktopStory(_MediaStory):
@decorators.Disabled('all') # crbug.com/649392
class PandoraDesktopStory(_MediaStory):
+ """Load pandora.com, then play a song."""
NAME = 'play:media:pandora'
URL = 'https://pandora.com'
« no previous file with comments | « tools/perf/page_sets/system_health/long_running_stories.py ('k') | tools/perf/page_sets/system_health/multi_tab_stories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698