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

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

Issue 2162873002: [system health] Add flipboard to system health stories. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add loading story and upload wpr Created 4 years, 5 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 71ec4ff460323d4dfb4fa7d50edafc80911305ee..5d76201560df6592acdc4f7c60359fe4757eccd2 100644
--- a/tools/perf/page_sets/system_health/loading_stories.py
+++ b/tools/perf/page_sets/system_health/loading_stories.py
@@ -122,6 +122,11 @@ class LoadCnnStory(_LoadingStory):
URL = 'http://edition.cnn.com'
+class LoadFacebookStory(_LoadingStory):
+ NAME = 'load:news:flipboard'
+ URL = 'https://flipboard.com/explore'
+
+
class LoadHackerNewsStory(_LoadingStory):
NAME = 'load:news:hackernews'
URL = 'https://news.ycombinator.com'
« 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