Commit e943bf15 authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

Add load:tools:weather:2019 system health story

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

R=crouleau@chromium.org

Bug: 878390
Change-Id: If0743e13be2dbe515c75d149498b59f975fdb541
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970316
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726373}
parent 554222a1
...@@ -71,6 +71,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -71,6 +71,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_mobile/load:tools:docs', 'system_health.memory_mobile/load:tools:docs',
'system_health.memory_mobile/load:social:pinterest', 'system_health.memory_mobile/load:social:pinterest',
'system_health.memory_mobile/load:tools:stackoverflow', 'system_health.memory_mobile/load:tools:stackoverflow',
'system_health.memory_mobile/load:tools:weather',
'system_health.memory_desktop/load_accessibility:shopping:amazon', 'system_health.memory_desktop/load_accessibility:shopping:amazon',
'system_health.memory_desktop/browse_accessibility:tech:codesearch', 'system_health.memory_desktop/browse_accessibility:tech:codesearch',
'system_health.memory_desktop/load_accessibility:media:wikipedia', 'system_health.memory_desktop/load_accessibility:media:wikipedia',
...@@ -89,6 +90,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -89,6 +90,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/load:search:taobao', 'system_health.memory_desktop/load:search:taobao',
'system_health.memory_desktop/load:tools:docs', 'system_health.memory_desktop/load:tools:docs',
'system_health.memory_desktop/load:social:pinterest', 'system_health.memory_desktop/load:social:pinterest',
'system_health.memory_desktop/load:tools:weather',
'system_health.memory_desktop/multitab:misc:typical24', 'system_health.memory_desktop/multitab:misc:typical24',
'system_health.memory_desktop/browse:news:reddit', 'system_health.memory_desktop/browse:news:reddit',
'system_health.memory_desktop/browse:media:tumblr', 'system_health.memory_desktop/browse:media:tumblr',
......
...@@ -343,6 +343,9 @@ ...@@ -343,6 +343,9 @@
"load:tools:weather": { "load:tools:weather": {
"DEFAULT": "system_health_desktop_004.wprgo" "DEFAULT": "system_health_desktop_004.wprgo"
}, },
"load:tools:weather:2019": {
"DEFAULT": "system_health_desktop_70d821feeb.wprgo"
},
"load_accessibility:media:wikipedia": { "load_accessibility:media:wikipedia": {
"DEFAULT": "system_health_desktop_059.wprgo" "DEFAULT": "system_health_desktop_059.wprgo"
}, },
......
70d821feebaef1d3c996196543d3d41cf3f2b9db
\ No newline at end of file
...@@ -381,6 +381,9 @@ ...@@ -381,6 +381,9 @@
"load:tools:weather": { "load:tools:weather": {
"DEFAULT": "system_health_mobile_004.wprgo" "DEFAULT": "system_health_mobile_004.wprgo"
}, },
"load:tools:weather:2019": {
"DEFAULT": "system_health_mobile_6045a1ffb8.wprgo"
},
"long_running:tools:gmail-background": { "long_running:tools:gmail-background": {
"DEFAULT": "system_health_mobile_042.wprgo" "DEFAULT": "system_health_mobile_042.wprgo"
}, },
......
6045a1ffb8335ed24e11c4c0af05a9e813e64ce7
\ No newline at end of file
...@@ -494,6 +494,12 @@ class LoadWeatherStory(_LoadingStory): ...@@ -494,6 +494,12 @@ class LoadWeatherStory(_LoadingStory):
TAGS = [story_tags.JAVASCRIPT_HEAVY, story_tags.YEAR_2016] TAGS = [story_tags.JAVASCRIPT_HEAVY, story_tags.YEAR_2016]
class LoadWeatherStory2019(_LoadingStory):
NAME = 'load:tools:weather:2019'
URL = 'https://weather.com/en-GB/weather/today/l/USCA0286:1:US'
TAGS = [story_tags.JAVASCRIPT_HEAVY, story_tags.YEAR_2019]
class LoadDriveStory(_LoadingStory): class LoadDriveStory(_LoadingStory):
NAME = 'load:tools:drive' NAME = 'load:tools:drive'
URL = 'https://drive.google.com/drive/my-drive' URL = 'https://drive.google.com/drive/my-drive'
......
...@@ -133,6 +133,7 @@ load:tools:dropbox,,"desktop,mobile",2016 ...@@ -133,6 +133,7 @@ load:tools:dropbox,,"desktop,mobile",2016
load:tools:gmail,,"desktop,mobile",2016 load:tools:gmail,,"desktop,mobile",2016
load:tools:stackoverflow:2018,Load a typical question & answer page of stackoverflow.com,"desktop,mobile","2018,health_check" load:tools:stackoverflow:2018,Load a typical question & answer page of stackoverflow.com,"desktop,mobile","2018,health_check"
load:tools:weather,,"desktop,mobile","2016,javascript_heavy" load:tools:weather,,"desktop,mobile","2016,javascript_heavy"
load:tools:weather:2019,,"desktop,mobile","2019,javascript_heavy"
load_accessibility:media:wikipedia:2018,"Wikipedia page on Accessibility. Long, but very simple, clean layout.",desktop,"2018,accessibility" load_accessibility:media:wikipedia:2018,"Wikipedia page on Accessibility. Long, but very simple, clean layout.",desktop,"2018,accessibility"
load_accessibility:shopping:amazon:2018,Amazon results page. Good example of a site with a data table.,desktop,"2018,accessibility" load_accessibility:shopping:amazon:2018,Amazon results page. Good example of a site with a data table.,desktop,"2018,accessibility"
long_running:tools:gmail-background,,"desktop,mobile",2016 long_running:tools:gmail-background,,"desktop,mobile",2016
......
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