Commit c255cff8 authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

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

This CL was created automatically with tools/perf/update_wpr script

R=perezju@chromium.org

Bug: 878390
Change-Id: Ieeeb3b33918eca669e109f0938b0ee0daca90a13
Reviewed-on: https://chromium-review.googlesource.com/c/1329745Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607557}
parent 1bdcf632
...@@ -80,13 +80,17 @@ _DISABLED_TESTS = frozenset({ ...@@ -80,13 +80,17 @@ _DISABLED_TESTS = frozenset({
# crbug.com/696824 # crbug.com/696824
'system_health.memory_desktop/load:news:qq', 'system_health.memory_desktop/load:news:qq',
# crbug.com/893615 # crbug.com/893615
# DESKTOP:
'system_health.memory_desktop/browse:media:pinterest', 'system_health.memory_desktop/browse:media:pinterest',
'system_health.memory_desktop/browse:media:youtube', 'system_health.memory_desktop/browse:media:youtube',
'system_health.memory_desktop/browse:search:google_india', 'system_health.memory_desktop/browse:search:google_india',
'system_health.memory_desktop/load:games:alphabetty', 'system_health.memory_desktop/load:games:alphabetty',
'system_health.memory_desktop/load:games:miniclip', 'system_health.memory_desktop/load:games:miniclip',
'system_health.memory_desktop/load:news:cnn', 'system_health.memory_desktop/load:news:cnn',
'system_health.memory_desktop/load:news:wikipedia',
'system_health.memory_desktop/load:tools:stackoverflow', 'system_health.memory_desktop/load:tools:stackoverflow',
# MOBILE:
'system_health.memory_mobile/load:news:wikipedia',
# crbug.com/698006 # crbug.com/698006
'system_health.memory_desktop/load:tools:drive', 'system_health.memory_desktop/load:tools:drive',
......
...@@ -204,6 +204,9 @@ ...@@ -204,6 +204,9 @@
"load:news:wikipedia": { "load:news:wikipedia": {
"DEFAULT": "system_health_desktop_002.wprgo" "DEFAULT": "system_health_desktop_002.wprgo"
}, },
"load:news:wikipedia:2018": {
"DEFAULT": "system_health_desktop_2c06c24ac6.wprgo"
},
"load:search:amazon": { "load:search:amazon": {
"DEFAULT": "system_health_desktop_000.wprgo" "DEFAULT": "system_health_desktop_000.wprgo"
}, },
...@@ -327,4 +330,4 @@ ...@@ -327,4 +330,4 @@
}, },
"description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.", "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating.",
"platform_specific": true "platform_specific": true
} }
\ No newline at end of file
2c06c24ac64254c2c51d5ffc13fd2b658b9c90c4
\ No newline at end of file
...@@ -177,6 +177,9 @@ ...@@ -177,6 +177,9 @@
"load:news:wikipedia": { "load:news:wikipedia": {
"DEFAULT": "system_health_mobile_002.wprgo" "DEFAULT": "system_health_mobile_002.wprgo"
}, },
"load:news:wikipedia:2018": {
"DEFAULT": "system_health_mobile_69876ae4b7.wprgo"
},
"load:search:amazon": { "load:search:amazon": {
"DEFAULT": "system_health_mobile_000.wprgo" "DEFAULT": "system_health_mobile_000.wprgo"
}, },
......
69876ae4b73b0d9a191caaad02027b33635770ce
\ No newline at end of file
...@@ -292,6 +292,12 @@ class LoadWikipediaStory(_LoadingStory): ...@@ -292,6 +292,12 @@ class LoadWikipediaStory(_LoadingStory):
TAGS = [story_tags.EMERGING_MARKET, story_tags.YEAR_2016] TAGS = [story_tags.EMERGING_MARKET, story_tags.YEAR_2016]
class LoadWikipediaStory2018(_LoadingStory):
NAME = 'load:news:wikipedia:2018'
URL = 'https://en.wikipedia.org/wiki/Science'
TAGS = [story_tags.EMERGING_MARKET, story_tags.YEAR_2018]
class LoadIrctcStory(_LoadingStory): class LoadIrctcStory(_LoadingStory):
NAME = 'load:news:irctc' NAME = 'load:news:irctc'
URL = 'https://www.irctc.co.in' URL = 'https://www.irctc.co.in'
......
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