Commit d2ddebe7 authored by nednguyen's avatar nednguyen Committed by Commit Bot

Add Juan as owner of system_health.common_mobile benchmark

Change-Id: I393f7eab3058bec390ad1feff7ba147e60b42d18
Reviewed-on: https://chromium-review.googlesource.com/995580Reviewed-by: default avatarJuan Antonio Navarro Pérez <perezju@chromium.org>
Commit-Queue: Ned Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#548091}
parent 5ff9504a
...@@ -86,7 +86,7 @@ speedometer2-future,hablich@chromium.org, ...@@ -86,7 +86,7 @@ speedometer2-future,hablich@chromium.org,
start_with_url.cold.startup_pages,pasko@chromium.org, start_with_url.cold.startup_pages,pasko@chromium.org,
start_with_url.warm.startup_pages,pasko@chromium.org, start_with_url.warm.startup_pages,pasko@chromium.org,
system_health.common_desktop,"charliea@chromium.org, nednguyen@chromium.org", system_health.common_desktop,"charliea@chromium.org, nednguyen@chromium.org",
system_health.common_mobile,"charliea@chromium.org, nednguyen@chromium.org", system_health.common_mobile,"charliea@chromium.org, nednguyen@chromium.org, perezju@chromium.org",
system_health.memory_desktop,perezju@chromium.org, system_health.memory_desktop,perezju@chromium.org,
system_health.memory_mobile,perezju@chromium.org, system_health.memory_mobile,perezju@chromium.org,
system_health.webview_startup,"perezju@chromium.org, torne@chromium.org", system_health.webview_startup,"perezju@chromium.org, torne@chromium.org",
......
...@@ -72,7 +72,8 @@ class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark): ...@@ -72,7 +72,8 @@ class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
return 'system_health.common_desktop' return 'system_health.common_desktop'
@benchmark.Owner(emails=['charliea@chromium.org', 'nednguyen@chromium.org']) @benchmark.Owner(emails=['charliea@chromium.org', 'nednguyen@chromium.org',
'perezju@chromium.org'])
class MobileCommonSystemHealth(_CommonSystemHealthBenchmark): class MobileCommonSystemHealth(_CommonSystemHealthBenchmark):
"""Mobile Chrome Energy System Health Benchmark.""" """Mobile Chrome Energy 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