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

[perf] Add load:media:flickr:2018 system health story

This CL was created automatically with tools/perf/update_wpr script
Two failing requests due to ad scripts.

R=perezju@chromium.org

Bug: 878390
Change-Id: I1f83c87567f3af80484b5ddbba32f57923706587
Reviewed-on: https://chromium-review.googlesource.com/c/1329626
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608054}
parent 15d3ed39
...@@ -86,6 +86,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -86,6 +86,7 @@ _DISABLED_TESTS = frozenset({
'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:media:flickr',
'system_health.memory_desktop/load:media:google_images', 'system_health.memory_desktop/load:media:google_images',
'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:news:wikipedia',
...@@ -93,6 +94,7 @@ _DISABLED_TESTS = frozenset({ ...@@ -93,6 +94,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/load:search:yahoo', 'system_health.memory_desktop/load:search:yahoo',
'system_health.memory_desktop/load:tools:stackoverflow', 'system_health.memory_desktop/load:tools:stackoverflow',
# MOBILE: # MOBILE:
'system_health.memory_mobile/load:media:flickr',
'system_health.memory_mobile/load:media:google_images', 'system_health.memory_mobile/load:media:google_images',
'system_health.memory_mobile/load:news:wikipedia', 'system_health.memory_mobile/load:news:wikipedia',
'system_health.memory_mobile/load:search:baidu', 'system_health.memory_mobile/load:search:baidu',
......
...@@ -144,8 +144,8 @@ ...@@ -144,8 +144,8 @@
"load:media:facebook_photos:2018": { "load:media:facebook_photos:2018": {
"DEFAULT": "system_health_desktop_eba368f102.wprgo" "DEFAULT": "system_health_desktop_eba368f102.wprgo"
}, },
"load:media:flickr": { "load:media:flickr:2018": {
"DEFAULT": "system_health_desktop_003.wprgo" "DEFAULT": "system_health_desktop_ae117f4f81.wprgo"
}, },
"load:media:google_images": { "load:media:google_images": {
"DEFAULT": "system_health_desktop_003.wprgo" "DEFAULT": "system_health_desktop_003.wprgo"
...@@ -339,4 +339,4 @@ ...@@ -339,4 +339,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
ae117f4f817ff1a3d007b55cb2b29b4ee56ff202
\ No newline at end of file
...@@ -129,6 +129,9 @@ ...@@ -129,6 +129,9 @@
"load:media:flickr": { "load:media:flickr": {
"DEFAULT": "system_health_mobile_003.wprgo" "DEFAULT": "system_health_mobile_003.wprgo"
}, },
"load:media:flickr:2018": {
"DEFAULT": "system_health_mobile_3d332e7f0f.wprgo"
},
"load:media:google_images": { "load:media:google_images": {
"DEFAULT": "system_health_mobile_003.wprgo" "DEFAULT": "system_health_mobile_003.wprgo"
}, },
......
3d332e7f0f1580724f1207b6fad33471d46b7c6d
\ No newline at end of file
...@@ -376,6 +376,12 @@ class LoadImgurStory(_LoadingStory): ...@@ -376,6 +376,12 @@ class LoadImgurStory(_LoadingStory):
TAGS = [story_tags.HEALTH_CHECK, story_tags.YEAR_2016] TAGS = [story_tags.HEALTH_CHECK, story_tags.YEAR_2016]
class LoadFlickrStory2018(_LoadingStory):
NAME = 'load:media:flickr:2018'
URL = 'https://www.flickr.com/photos/tags/noiretblanc'
TAGS = [story_tags.YEAR_2018]
class LoadFacebookPhotosMobileStory(_LoadingStory): class LoadFacebookPhotosMobileStory(_LoadingStory):
"""Load a page of rihanna's facebook with a photo.""" """Load a page of rihanna's facebook with a photo."""
NAME = 'load:media:facebook_photos' NAME = 'load:media:facebook_photos'
......
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