Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: tools/perf/benchmarks/system_health.py

Issue 2744723003: Adding owners to benchmark tests (Closed)
Patch Set: rebasing Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/benchmarks/sunspider.py ('k') | tools/perf/benchmarks/text_selection.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/system_health.py
diff --git a/tools/perf/benchmarks/system_health.py b/tools/perf/benchmarks/system_health.py
index 2ff51fa71be4d45b8df3bbc80dfe6345ca038ae5..cf84b15746716daa200cf5305f99f87c4c39b17f 100644
--- a/tools/perf/benchmarks/system_health.py
+++ b/tools/perf/benchmarks/system_health.py
@@ -59,6 +59,7 @@ class _CommonSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
return True
+@benchmark.Owner(emails=['charliea@chromium.org', 'nednguyen@chromium.org'])
class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
"""Desktop Chrome Energy System Health Benchmark."""
PLATFORM = 'desktop'
@@ -73,6 +74,7 @@ class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
@benchmark.Enabled('android')
+@benchmark.Owner(emails=['charliea@chromium.org', 'nednguyen@chromium.org'])
class MobileCommonSystemHealth(_CommonSystemHealthBenchmark):
"""Mobile Chrome Energy System Health Benchmark."""
PLATFORM = 'mobile'
@@ -118,6 +120,7 @@ class _MemorySystemHealthBenchmark(perf_benchmark.PerfBenchmark):
return not _IGNORED_STATS_RE.search(value.name)
+@benchmark.Owner(emails=['perezju@chromium.org'])
class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Desktop Chrome Memory System Health Benchmark."""
PLATFORM = 'desktop'
@@ -132,6 +135,7 @@ class DesktopMemorySystemHealth(_MemorySystemHealthBenchmark):
@benchmark.Enabled('android')
+@benchmark.Owner(emails=['perezju@chromium.org'])
class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
"""Mobile Chrome Memory System Health Benchmark."""
PLATFORM = 'mobile'
@@ -151,6 +155,7 @@ class MobileMemorySystemHealth(_MemorySystemHealthBenchmark):
@benchmark.Enabled('android-webview')
+@benchmark.Owner(emails=['perezju@chromium.org', 'torne@chromium.org'])
class WebviewStartupSystemHealthBenchmark(perf_benchmark.PerfBenchmark):
"""Webview startup time benchmark
« no previous file with comments | « tools/perf/benchmarks/sunspider.py ('k') | tools/perf/benchmarks/text_selection.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698