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

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: more comments 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
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 7bc49533fcd3ac265ed9761471a3a4a675eae977..299ea33f87dbd926b10de79750ac1a4592c49a68 100644
--- a/tools/perf/page_sets/system_health/loading_stories.py
+++ b/tools/perf/page_sets/system_health/loading_stories.py
@@ -196,7 +196,7 @@ class LoadWikipediaStory(_LoadingStory):
################################################################################
-# Audio and video.
+# Audio, images, and video.
################################################################################
@@ -243,6 +243,11 @@ class LoadFlickr(_LoadingStory):
!== null''')
+class LoadImgur(_LoadingStory):
+ NAME = 'load:media:imgur'
+ URL = 'http://imgur.com/gallery/5UlBN'
+
+
################################################################################
# Online tools (documents, emails, storage, ...).
################################################################################

Powered by Google App Engine
This is Rietveld 408576698