Commit 07210ac6 authored by Annie Sullivan's avatar Annie Sullivan Committed by Commit Bot

Add chrome-speed-metrics-dev@chromium.org as system_health.common_* benchmark owners

Change-Id: I8504e4d3d2ef29ad5c7ade2d059924e4acbf5546
Reviewed-on: https://chromium-review.googlesource.com/1141086Reviewed-by: default avatarAnnie Sullivan <sullivan@chromium.org>
Reviewed-by: default avatarTimothy Dresser <tdresser@chromium.org>
Commit-Queue: Annie Sullivan <sullivan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576320}
parent 6bf84bd9
...@@ -56,8 +56,8 @@ speedometer2-future,hablich@chromium.org,, ...@@ -56,8 +56,8 @@ speedometer2-future,hablich@chromium.org,,
start_with_url.cold.startup_pages,"pasko@chromium.org, chrome-android-perf-status@chromium.org",, start_with_url.cold.startup_pages,"pasko@chromium.org, chrome-android-perf-status@chromium.org",,
start_with_url.warm.startup_pages,"pasko@chromium.org, chrome-android-perf-status@chromium.org",, start_with_url.warm.startup_pages,"pasko@chromium.org, chrome-android-perf-status@chromium.org",,
supersize_archive,agrieve@chromium.org,, supersize_archive,agrieve@chromium.org,,
system_health.common_desktop,"charliea@chromium.org, sullivan@chromium.org, tdresser@chromium.org",,https://bit.ly/system-health-benchmarks 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
system_health.common_mobile,"charliea@chromium.org, sullivan@chromium.org, tdresser@chromium.org, perezju@chromium.org",,https://bit.ly/system-health-benchmarks system_health.common_mobile,"charliea@chromium.org, sullivan@chromium.org, tdresser@chromium.org, perezju@chromium.org, chrome-speed-metrics-dev@chromium.org",Speed>Metrics>SystemHealthRegressions,https://bit.ly/system-health-benchmarks
system_health.memory_desktop,perezju@chromium.org,,https://bit.ly/system-health-benchmarks system_health.memory_desktop,perezju@chromium.org,,https://bit.ly/system-health-benchmarks
system_health.memory_mobile,perezju@chromium.org,,https://bit.ly/system-health-benchmarks system_health.memory_mobile,perezju@chromium.org,,https://bit.ly/system-health-benchmarks
system_health.webview_startup,"perezju@chromium.org, torne@chromium.org, changwan@chromium.org",Mobile>WebView>Perf, system_health.webview_startup,"perezju@chromium.org, torne@chromium.org, changwan@chromium.org",Mobile>WebView>Perf,
......
...@@ -59,7 +59,9 @@ class _CommonSystemHealthBenchmark(perf_benchmark.PerfBenchmark): ...@@ -59,7 +59,9 @@ class _CommonSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
@benchmark.Info(emails=['charliea@chromium.org', 'sullivan@chromium.org', @benchmark.Info(emails=['charliea@chromium.org', 'sullivan@chromium.org',
'tdresser@chromium.org'], 'tdresser@chromium.org',
'chrome-speed-metrics-dev@chromium.org'],
component='Speed>Metrics>SystemHealthRegressions',
documentation_url='https://bit.ly/system-health-benchmarks') documentation_url='https://bit.ly/system-health-benchmarks')
class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark): class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
"""Desktop Chrome Energy System Health Benchmark.""" """Desktop Chrome Energy System Health Benchmark."""
...@@ -72,8 +74,9 @@ class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark): ...@@ -72,8 +74,9 @@ class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
@benchmark.Info(emails=['charliea@chromium.org', 'sullivan@chromium.org', @benchmark.Info(emails=['charliea@chromium.org', 'sullivan@chromium.org',
'tdresser@chromium.org', 'perezju@chromium.org'], 'tdresser@chromium.org', 'perezju@chromium.org',
'chrome-speed-metrics-dev@chromium.org'],
component='Speed>Metrics>SystemHealthRegressions',
documentation_url='https://bit.ly/system-health-benchmarks') documentation_url='https://bit.ly/system-health-benchmarks')
class MobileCommonSystemHealth(_CommonSystemHealthBenchmark): class MobileCommonSystemHealth(_CommonSystemHealthBenchmark):
"""Mobile Chrome Energy System Health Benchmark.""" """Mobile Chrome Energy System Health Benchmark."""
......
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