Commit c21bc872 authored by Caleb Rouleau's avatar Caleb Rouleau Committed by Commit Bot

[Benchmarking] Remove myself from system health memory benchmark owner.

I am leaving Google.

R=pasko@chromium.org

Change-Id: Icc282671103d5e968b47ba08f6e554837e5a6cb0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118228
Auto-Submit: Caleb Rouleau <crouleau@chromium.org>
Reviewed-by: default avatarJohn Chen <johnchen@chromium.org>
Reviewed-by: default avatarEgor Pasko <pasko@chromium.org>
Commit-Queue: Caleb Rouleau <crouleau@chromium.org>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#753303}
parent bf6196bf
...@@ -58,8 +58,8 @@ speedometer2-future,hablich@chromium.org,Blink,, ...@@ -58,8 +58,8 @@ 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, chrome-android-perf-status@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,webgl" 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,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,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy" 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,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
system_health.memory_desktop,"pasko@chromium.org, crouleau@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,webgl" 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,webgl"
system_health.memory_mobile,"pasko@chromium.org, crouleau@chromium.org, chrome-android-perf-status@chromium.org",,https://bit.ly/system-health-benchmarks,"2016,2018,2019,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy" system_health.memory_mobile,"pasko@chromium.org, chrome-android-perf-status@chromium.org",,https://bit.ly/system-health-benchmarks,"2016,2018,2019,emerging_market,health_check,images,infinite_scroll,international,javascript_heavy"
system_health.webview_startup,"oksamyt@chromium.org, torne@chromium.org, changwan@chromium.org",Mobile>WebView>Perf,,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" tab_switching.typical_25,vovoy@chromium.org,OS>Performance,,"2016,tabs_switching"
tracing.tracing_with_background_memory_infra,ssid@chromium.org,,, tracing.tracing_with_background_memory_infra,ssid@chromium.org,,,
......
...@@ -132,9 +132,9 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark): ...@@ -132,9 +132,9 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark):
take_memory_measurement=True) take_memory_measurement=True)
@benchmark.Info(emails=['pasko@chromium.org', 'crouleau@chromium.org', @benchmark.Info(
'chrome-android-perf-status@chromium.org'], emails=['pasko@chromium.org', 'chrome-android-perf-status@chromium.org'],
documentation_url='https://bit.ly/system-health-benchmarks') documentation_url='https://bit.ly/system-health-benchmarks')
class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark): class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Desktop Chrome Memory System Health Benchmark.""" """Desktop Chrome Memory System Health Benchmark."""
PLATFORM = 'desktop' PLATFORM = 'desktop'
...@@ -149,9 +149,9 @@ class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark): ...@@ -149,9 +149,9 @@ class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
return 'system_health.memory_desktop' return 'system_health.memory_desktop'
@benchmark.Info(emails=['pasko@chromium.org', 'crouleau@chromium.org', @benchmark.Info(
'chrome-android-perf-status@chromium.org'], emails=['pasko@chromium.org', 'chrome-android-perf-status@chromium.org'],
documentation_url='https://bit.ly/system-health-benchmarks') documentation_url='https://bit.ly/system-health-benchmarks')
class MobileMemorySystemHealth(_MemorySystemHealthBenchmark): class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Mobile Chrome Memory System Health Benchmark.""" """Mobile Chrome Memory System Health Benchmark."""
PLATFORM = 'mobile' 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