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

Add load:media:dailymotion:2019 system health story

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

R=crouleau@chromium.org

Bug: 878390
Change-Id: Ia1d357d29c09a1c0f102c5dbb99dfc0c8e296a7e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975728
Commit-Queue: Caleb Rouleau <crouleau@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726433}
parent e3015922
...@@ -61,6 +61,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -61,6 +61,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_mobile/browse:media:youtube', 'system_health.memory_mobile/browse:media:youtube',
'system_health.memory_mobile/browse:shopping:lazada', 'system_health.memory_mobile/browse:shopping:lazada',
'system_health.memory_mobile/load:media:facebook_photos', 'system_health.memory_mobile/load:media:facebook_photos',
'system_health.memory_mobile/load:media:dailymotion',
'system_health.memory_mobile/load:news:cnn', 'system_health.memory_mobile/load:news:cnn',
'system_health.memory_mobile/load:news:nytimes', 'system_health.memory_mobile/load:news:nytimes',
'system_health.memory_mobile/load:news:qq', 'system_health.memory_mobile/load:news:qq',
...@@ -83,6 +84,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -83,6 +84,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/browse:search:google', 'system_health.memory_desktop/browse:search:google',
'system_health.memory_desktop/browse:news:hackernews', 'system_health.memory_desktop/browse:news:hackernews',
'system_health.memory_desktop/load:search:amazon', 'system_health.memory_desktop/load:search:amazon',
'system_health.memory_desktop/load:media:dailymotion',
'system_health.memory_desktop/load:news:bbc', 'system_health.memory_desktop/load:news:bbc',
'system_health.memory_desktop/load:news:hackernews', 'system_health.memory_desktop/load:news:hackernews',
'system_health.memory_desktop/load:social:instagram', 'system_health.memory_desktop/load:social:instagram',
......
...@@ -160,6 +160,9 @@ ...@@ -160,6 +160,9 @@
"load:media:dailymotion": { "load:media:dailymotion": {
"DEFAULT": "system_health_desktop_003.wprgo" "DEFAULT": "system_health_desktop_003.wprgo"
}, },
"load:media:dailymotion:2019": {
"DEFAULT": "system_health_desktop_fb04043fc0.wprgo"
},
"load:media:facebook_photos:2018": { "load:media:facebook_photos:2018": {
"DEFAULT": "system_health_desktop_eba368f102.wprgo" "DEFAULT": "system_health_desktop_eba368f102.wprgo"
}, },
......
fb04043fc0d29ac5b29abf6bc7821362de891f3f
\ No newline at end of file
...@@ -195,6 +195,9 @@ ...@@ -195,6 +195,9 @@
"load:media:dailymotion": { "load:media:dailymotion": {
"DEFAULT": "system_health_mobile_003.wprgo" "DEFAULT": "system_health_mobile_003.wprgo"
}, },
"load:media:dailymotion:2019": {
"DEFAULT": "system_health_mobile_eb4a1d8292.wprgo"
},
"load:media:facebook_photos": { "load:media:facebook_photos": {
"DEFAULT": "system_health_mobile_040.wprgo" "DEFAULT": "system_health_mobile_040.wprgo"
}, },
......
eb4a1d8292d82a7e2ae988e99f0760a3b50ffc62
\ No newline at end of file
...@@ -350,6 +350,12 @@ class LoadDailymotionStory(_LoadingStory): ...@@ -350,6 +350,12 @@ class LoadDailymotionStory(_LoadingStory):
TAGS = [story_tags.YEAR_2016] TAGS = [story_tags.YEAR_2016]
class LoadDailymotionStory2019(_LoadingStory):
NAME = 'load:media:dailymotion:2019'
URL = ('https://www.dailymotion.com/video/x7paozv')
TAGS = [story_tags.YEAR_2019]
class LoadGoogleImagesStory2018(_LoadingStory): class LoadGoogleImagesStory2018(_LoadingStory):
NAME = 'load:media:google_images:2018' NAME = 'load:media:google_images:2018'
URL = 'https://www.google.co.uk/search?tbm=isch&q=love' URL = 'https://www.google.co.uk/search?tbm=isch&q=love'
......
...@@ -80,6 +80,7 @@ load:games:miniclip:2018,,desktop,2018 ...@@ -80,6 +80,7 @@ load:games:miniclip:2018,,desktop,2018
load:games:spychase:2018,,"desktop,mobile","2018,health_check" load:games:spychase:2018,,"desktop,mobile","2018,health_check"
load:media:9gag,,desktop,2016 load:media:9gag,,desktop,2016
load:media:dailymotion,,"desktop,mobile",2016 load:media:dailymotion,,"desktop,mobile",2016
load:media:dailymotion:2019,,"desktop,mobile",2019
load:media:facebook_photos,Load a page of rihanna's facebook with a photo.,mobile,"2016,emerging_market" load:media:facebook_photos,Load a page of rihanna's facebook with a photo.,mobile,"2016,emerging_market"
load:media:facebook_photos:2018,Load a page of rihanna's facebook with a photo.,desktop,2018 load:media:facebook_photos:2018,Load a page of rihanna's facebook with a photo.,desktop,2018
load:media:facebook_photos:2019,Load a page of rihanna's facebook with a photo.,mobile,"2019,emerging_market" load:media:facebook_photos:2019,Load a page of rihanna's facebook with a photo.,mobile,"2019,emerging_market"
......
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