Commit c0f68e37 authored by Egor Pasko's avatar Egor Pasko Committed by Commit Bot

Update benchmark owner emails: startup/syshealth

The current list at chrome-android-perf-status@ does not seem to be
working well. The brief emails it sends are hiding the message behind an
imprecise link, making it more difficult for members of the list to
react.

Also it hides other owners, which makes them less discoverable. Switch
to the list of explicit owners.

Ideally this should be a rotation with automated assignment, but that
would be a lot to change in our processes => latermaybe.

Change-Id: I5cec8d4cf810d2fedca9b838b1f79297a7c1305b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2514417Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Reviewed-by: default avatarBenoit L <lizeb@chromium.org>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#824026}
parent b78f5f2f
......@@ -53,11 +53,11 @@ speedometer,hablich@chromium.org,Blink,,
speedometer-future,hablich@chromium.org,Blink,,
speedometer2,hablich@chromium.org,Blink,,
speedometer2-future,hablich@chromium.org,Blink,,
startup.mobile,"pasko@chromium.org, chrome-android-perf-status@chromium.org",Speed>Metrics>SystemHealthRegressions,,
startup.mobile,"pasko@chromium.org, lizeb@chromium.org",Speed>Metrics>SystemHealthRegressions,,
system_health.common_desktop,"charliea@chromium.org, sullivan@chromium.org, tdresser@chromium.org, chrome-speed-metrics-dev@chromium.org",Speed>Metrics>SystemHealthRegressions,https://bit.ly/system-health-benchmarks,"2016,2018,2019,2020,accessibility,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy,keyboard_input,scroll,tabs_switching,wasm,webgl"
system_health.common_mobile,"charliea@chromium.org, sullivan@chromium.org, tdresser@chromium.org, chrome-speed-metrics-dev@chromium.org",Speed>Metrics>SystemHealthRegressions,https://bit.ly/system-health-benchmarks,"2016,2018,2019,2020,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
system_health.memory_desktop,"pasko@chromium.org, chrome-android-perf-status@chromium.org",,https://bit.ly/system-health-benchmarks,"2016,2018,2019,2020,accessibility,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy,keyboard_input,scroll,tabs_switching,wasm,webgl"
system_health.memory_mobile,"pasko@chromium.org, chrome-android-perf-status@chromium.org",,https://bit.ly/system-health-benchmarks,"2016,2018,2019,2020,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
system_health.memory_desktop,"pasko@chromium.org, lizeb@chromium.org",,https://bit.ly/system-health-benchmarks,"2016,2018,2019,2020,accessibility,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy,keyboard_input,scroll,tabs_switching,wasm,webgl"
system_health.memory_mobile,"pasko@chromium.org, lizeb@chromium.org",,https://bit.ly/system-health-benchmarks,"2016,2018,2019,2020,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
system_health.weblayer_startup,"cduvall@chromium.org, weblayer-team@chromium.org",Internals>WebLayer,https://bit.ly/36XBtpn,2016
system_health.webview_startup,"oksamyt@chromium.org, torne@chromium.org, changwan@chromium.org",Mobile>WebView>Perf,,2016
tab_switching.typical_25,vovoy@chromium.org,OS>Performance,,"2016,tabs_switching"
......
......@@ -276,8 +276,7 @@ class _MobileStartupStorySet(story_module.StorySet):
self.AddStory(_MapsPwaStartupStory())
@benchmark.Info(emails=['pasko@chromium.org',
'chrome-android-perf-status@chromium.org'],
@benchmark.Info(emails=['pasko@chromium.org', 'lizeb@chromium.org'],
component='Speed>Metrics>SystemHealthRegressions')
class MobileStartupBenchmark(perf_benchmark.PerfBenchmark):
"""Startup benchmark for Chrome on Android."""
......
......@@ -164,10 +164,9 @@ MEMORY_DEBUGGING_BLURB = "See https://bit.ly/2CpMhze for more information" \
" on debugging memory metrics."
@benchmark.Info(
emails=['pasko@chromium.org', 'chrome-android-perf-status@chromium.org'],
documentation_url='https://bit.ly/system-health-benchmarks',
info_blurb=MEMORY_DEBUGGING_BLURB)
@benchmark.Info(emails=['pasko@chromium.org', 'lizeb@chromium.org'],
documentation_url='https://bit.ly/system-health-benchmarks',
info_blurb=MEMORY_DEBUGGING_BLURB)
class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Desktop Chrome Memory System Health Benchmark."""
PLATFORM = 'desktop'
......@@ -182,10 +181,9 @@ class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
return 'system_health.memory_desktop'
@benchmark.Info(
emails=['pasko@chromium.org', 'chrome-android-perf-status@chromium.org'],
documentation_url='https://bit.ly/system-health-benchmarks',
info_blurb=MEMORY_DEBUGGING_BLURB)
@benchmark.Info(emails=['pasko@chromium.org', 'lizeb@chromium.org'],
documentation_url='https://bit.ly/system-health-benchmarks',
info_blurb=MEMORY_DEBUGGING_BLURB)
class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Mobile Chrome Memory System Health Benchmark."""
PLATFORM = 'mobile'
......
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