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

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

Issue 2168743004: [system health] Add media browsing stories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable facebook on desktop 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/system_health/browsing_stories.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/loading_stories.py
diff --git a/tools/perf/page_sets/system_health/loading_stories.py b/tools/perf/page_sets/system_health/loading_stories.py
index 65e23e4caaa0bdece5fb8754d6d1fb5af630bab4..90b2dabf3dd0e302d04e9a08cef3f4d7e9037e3d 100644
--- a/tools/perf/page_sets/system_health/loading_stories.py
+++ b/tools/perf/page_sets/system_health/loading_stories.py
@@ -197,7 +197,7 @@ class LoadWikipediaStory(_LoadingStory):
################################################################################
-# Audio and video.
+# Audio, images, and video.
################################################################################
@@ -244,6 +244,11 @@ class LoadFlickr(_LoadingStory):
!== null''')
+class LoadImgur(_LoadingStory):
+ NAME = 'load:media:imgur'
+ URL = 'http://imgur.com/gallery/5UlBN'
+
+
################################################################################
# Online tools (documents, emails, storage, ...).
################################################################################
« no previous file with comments | « tools/perf/page_sets/system_health/browsing_stories.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698