Commit 13f0b3a2 authored by Dan Elphick's avatar Dan Elphick Committed by Commit Bot

Add load:tools:docs:2019 system health story

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

R=crouleau@chromium.org

Bug: 878390
Change-Id: I21c9733cd10e46b1983c936b7b9b7d9081329e41
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970563
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726327}
parent 748c18c4
......@@ -66,6 +66,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_mobile/load:news:washingtonpost',
'system_health.memory_mobile/load:search:amazon',
'system_health.memory_mobile/load:search:taobao',
'system_health.memory_mobile/load:tools:docs',
'system_health.memory_mobile/load:tools:stackoverflow',
'system_health.memory_desktop/load_accessibility:shopping:amazon',
'system_health.memory_desktop/browse_accessibility:tech:codesearch',
......@@ -83,6 +84,7 @@ _DISABLED_TESTS = frozenset({
'system_health.memory_desktop/load:social:instagram',
'system_health.memory_desktop/load:news:reddit',
'system_health.memory_desktop/load:search:taobao',
'system_health.memory_desktop/load:tools:docs',
'system_health.memory_desktop/multitab:misc:typical24',
'system_health.memory_desktop/browse:news:reddit',
'system_health.memory_desktop/browse:media:tumblr',
......
......@@ -313,6 +313,9 @@
"load:tools:docs": {
"DEFAULT": "system_health_desktop_004.wprgo"
},
"load:tools:docs:2019": {
"DEFAULT": "system_health_desktop_5f62c3d808.wprgo"
},
"load:tools:drive": {
"DEFAULT": "system_health_desktop_004.wprgo"
},
......
5f62c3d808a98bbdbc8e18e820b572332a92d2d8
\ No newline at end of file
......@@ -345,6 +345,9 @@
"load:tools:docs": {
"DEFAULT": "system_health_mobile_004.wprgo"
},
"load:tools:docs:2019": {
"DEFAULT": "system_health_mobile_3004d67e94.wprgo"
},
"load:tools:drive": {
"DEFAULT": "system_health_mobile_004.wprgo"
},
......
3004d67e942bafa67bedf72a4f0e753f5800ab45
\ No newline at end of file
......@@ -415,6 +415,14 @@ class LoadDocsStory(_LoadingStory):
TAGS = [story_tags.HEALTH_CHECK, story_tags.YEAR_2016]
class LoadDocsStory2019(_LoadingStory):
"""Load a typical google doc page (2019)."""
NAME = 'load:tools:docs:2019'
URL = (
'https://docs.google.com/document/d/1GvzDP-tTLmJ0myRhUAfTYWs3ZUFilUICg8psNHyccwQ/edit?usp=sharing')
TAGS = [story_tags.HEALTH_CHECK, story_tags.YEAR_2019]
class _LoadGmailBaseStory(_LoadingStory):
NAME = 'load:tools:gmail'
URL = 'https://mail.google.com/mail/'
......
......@@ -123,6 +123,7 @@ load:social:twitter:2019,,mobile,2019
load:social:vk,,desktop,"2016,international"
load:social:vk:2018,,desktop,"2018,international"
load:tools:docs,Load a typical google doc page.,"desktop,mobile","2016,health_check"
load:tools:docs:2019,Load a typical google doc page (2019).,"desktop,mobile","2019,health_check"
load:tools:drive,,"desktop,mobile","2016,javascript_heavy"
load:tools:drive:2019,,"desktop,mobile","2019,javascript_heavy"
load:tools:dropbox,,"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