Commit 9226a6f3 authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by Commit Bot

[perf] Add load:news:hackernews:2018 system health story

Bug: 878390
Change-Id: If95d9fc73619e626e4e82189a63284706a664ffb
Reviewed-on: https://chromium-review.googlesource.com/c/1264586Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597526}
parent 2018a9ef
...@@ -150,6 +150,9 @@ ...@@ -150,6 +150,9 @@
"load:news:hackernews": { "load:news:hackernews": {
"DEFAULT": "system_health_desktop_008.wprgo" "DEFAULT": "system_health_desktop_008.wprgo"
}, },
"load:news:hackernews:2018": {
"DEFAULT": "system_health_desktop_fd099ca6a6.wprgo"
},
"load:news:nytimes": { "load:news:nytimes": {
"DEFAULT": "system_health_desktop_009.wprgo" "DEFAULT": "system_health_desktop_009.wprgo"
}, },
......
fd099ca6a617e7257a045c64acafec5f74dc778b
\ No newline at end of file
...@@ -170,6 +170,13 @@ class LoadHackerNewsDesktopStory(_LoadingStory): ...@@ -170,6 +170,13 @@ class LoadHackerNewsDesktopStory(_LoadingStory):
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
class LoadHackerNewsDesktopStory2018(_LoadingStory):
NAME = 'load:news:hackernews:2018'
URL = 'https://news.ycombinator.com'
TAGS = [story_tags.YEAR_2018]
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
class LoadNytimesDesktopStory(_LoadingStory): class LoadNytimesDesktopStory(_LoadingStory):
NAME = 'load:news:nytimes' NAME = 'load:news:nytimes'
URL = 'http://www.nytimes.com' URL = 'http://www.nytimes.com'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment