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

Android startup benchmarks: add a list as an owner

Bug: 760498
Change-Id: I937c5a123bbd4d3d5844f9e2916fd0a7dcfd1e81
Reviewed-on: https://chromium-review.googlesource.com/1039590Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Commit-Queue: Egor Pasko <pasko@chromium.org>
Cr-Commit-Position: refs/heads/master@{#555433}
parent 9eb20cf4
...@@ -82,8 +82,8 @@ speedometer,hablich@chromium.org, ...@@ -82,8 +82,8 @@ speedometer,hablich@chromium.org,
speedometer-future,hablich@chromium.org, speedometer-future,hablich@chromium.org,
speedometer2,hablich@chromium.org, speedometer2,hablich@chromium.org,
speedometer2-future,hablich@chromium.org, speedometer2-future,hablich@chromium.org,
start_with_url.cold.startup_pages,pasko@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, 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, nednguyen@chromium.org", system_health.common_desktop,"charliea@chromium.org, nednguyen@chromium.org",
system_health.common_mobile,"charliea@chromium.org, nednguyen@chromium.org, perezju@chromium.org", system_health.common_mobile,"charliea@chromium.org, nednguyen@chromium.org, perezju@chromium.org",
......
...@@ -31,7 +31,8 @@ class _StartupPerfBenchmark(perf_benchmark.PerfBenchmark): ...@@ -31,7 +31,8 @@ class _StartupPerfBenchmark(perf_benchmark.PerfBenchmark):
return options return options
@benchmark.Owner(emails=['pasko@chromium.org']) @benchmark.Owner(emails=['pasko@chromium.org',
'chrome-android-perf-status@chromium.org'])
class StartWithUrlColdTBM(_StartupPerfBenchmark): class StartWithUrlColdTBM(_StartupPerfBenchmark):
"""Measures time to start Chrome cold with startup URLs.""" """Measures time to start Chrome cold with startup URLs."""
...@@ -48,7 +49,8 @@ class StartWithUrlColdTBM(_StartupPerfBenchmark): ...@@ -48,7 +49,8 @@ class StartWithUrlColdTBM(_StartupPerfBenchmark):
return 'start_with_url.cold.startup_pages' return 'start_with_url.cold.startup_pages'
@benchmark.Owner(emails=['pasko@chromium.org']) @benchmark.Owner(emails=['pasko@chromium.org',
'chrome-android-perf-status@chromium.org'])
class StartWithUrlWarmTBM(_StartupPerfBenchmark): class StartWithUrlWarmTBM(_StartupPerfBenchmark):
"""Measures stimetime to start Chrome warm with startup URLs.""" """Measures stimetime to start Chrome warm with startup URLs."""
...@@ -68,7 +70,8 @@ class StartWithUrlWarmTBM(_StartupPerfBenchmark): ...@@ -68,7 +70,8 @@ class StartWithUrlWarmTBM(_StartupPerfBenchmark):
return not from_first_story_run return not from_first_story_run
@benchmark.Owner(emails=['pasko@chromium.org']) @benchmark.Owner(emails=['pasko@chromium.org',
'chrome-android-perf-status@chromium.org'])
class ExperimentalStartWithUrlCold(perf_benchmark.PerfBenchmark): class ExperimentalStartWithUrlCold(perf_benchmark.PerfBenchmark):
"""Measures time to start Chrome cold with startup URLs (TBMv2 version).""" """Measures time to start Chrome cold with startup URLs (TBMv2 version)."""
# TODO(pasko): also add the .warm version of the TBMv2 benchmark after the # TODO(pasko): also add the .warm version of the TBMv2 benchmark after the
......
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