Commit f0e3fbfa authored by Ulan Degenbaev's avatar Ulan Degenbaev Committed by Commit Bot

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

Bug: 878390
Change-Id: I7dd274d816f8833bdabe890628b92f701612ffed
Reviewed-on: https://chromium-review.googlesource.com/c/1264659Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597532}
parent 54e9db9a
......@@ -156,6 +156,9 @@
"load:news:nytimes": {
"DEFAULT": "system_health_desktop_009.wprgo"
},
"load:news:nytimes:2018": {
"DEFAULT": "system_health_desktop_6d7605317e.wprgo"
},
"load:news:qq": {
"DEFAULT": "system_health_desktop_010.wprgo"
},
......
6d7605317ea18a366c29a0bfb9d7ce525852f03d
\ No newline at end of file
......@@ -184,6 +184,13 @@ class LoadNytimesDesktopStory(_LoadingStory):
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
class LoadNytimesDesktopStory2018(_LoadingStory):
NAME = 'load:news:nytimes:2018'
URL = 'http://www.nytimes.com'
TAGS = [story_tags.YEAR_2018]
SUPPORTED_PLATFORMS = platforms.DESKTOP_ONLY
class LoadNytimesMobileStory(_LoadingStory):
NAME = 'load:news:nytimes'
URL = 'http://mobile.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