Commit 549d0220 authored by Camillo Bruni's avatar Camillo Bruni Committed by Commit Bot

[perf] Add load:search:yandex:2018 system health story

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

There are a couple of failing requests to https://yandex.ru/clck/safeclick/

R=perezju@chromium.org

Bug: 878390
Change-Id: Ifcc0cddbb43496c50abdc6ebbc3f5aabc52c3f10
Reviewed-on: https://chromium-review.googlesource.com/c/1329749
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608061}
parent 605c2031
......@@ -92,6 +92,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/load:news:wikipedia',
'system_health.memory_desktop/load:search:baidu',
'system_health.memory_desktop/load:search:yahoo',
'system_health.memory_desktop/load:search:yandex',
'system_health.memory_desktop/load:tools:stackoverflow',
# MOBILE:
'system_health.memory_mobile/load:media:flickr',
......@@ -99,6 +100,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_mobile/load:news:wikipedia',
'system_health.memory_mobile/load:search:baidu',
'system_health.memory_mobile/load:search:yahoo',
'system_health.memory_mobile/load:search:yandex',
# crbug.com/698006
'system_health.memory_desktop/load:tools:drive',
......
......@@ -249,6 +249,9 @@
"load:search:yandex": {
"DEFAULT": "system_health_desktop_000.wprgo"
},
"load:search:yandex:2018": {
"DEFAULT": "system_health_desktop_84d11cb3d6.wprgo"
},
"load:social:facebook": {
"DEFAULT": "system_health_desktop_007.wprgo"
},
......
33adcbb183973c662eac06505284700928e52c20
\ No newline at end of file
......@@ -213,6 +213,9 @@
"load:search:yandex": {
"DEFAULT": "system_health_mobile_000.wprgo"
},
"load:search:yandex:2018": {
"DEFAULT": "system_health_mobile_5d042249d1.wprgo"
},
"load:social:facebook": {
"DEFAULT": "system_health_mobile_028.wprgo"
},
......
9d72c4007598701f1597e422eca5258be46df027
\ No newline at end of file
......@@ -108,6 +108,12 @@ class LoadYandexStory(_LoadingStory):
TAGS = [story_tags.INTERNATIONAL, story_tags.YEAR_2016]
class LoadYandexStory2018(_LoadingStory):
NAME = 'load:search:yandex:2018'
URL = 'https://yandex.ru/touchsearch?text=science'
TAGS = [story_tags.INTERNATIONAL, story_tags.YEAR_2018]
class LoadEbayStory(_LoadingStory):
NAME = 'load:search:ebay'
# Redirects to the "http://" version.
......
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