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

Unified Diff: tools/perf/benchmarks/battor.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 | « no previous file | tools/perf/benchmarks/blink_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/battor.py
diff --git a/tools/perf/benchmarks/battor.py b/tools/perf/benchmarks/battor.py
index 49ff8c13f439b0cc55869e5a8791dda214a97f2b..b85e94eac9787fe47db866265ce42a92f0a5989d 100644
--- a/tools/perf/benchmarks/battor.py
+++ b/tools/perf/benchmarks/battor.py
@@ -41,6 +41,7 @@ class _BattOrBenchmark(perf_benchmark.PerfBenchmark):
# crbug.com/565180: Only include cases that report time_to_play
# Taken directly from media benchmark.
@benchmark.Disabled('android', 'win8')
+@benchmark.Owner(emails=['charliea@chromium.org'])
class BattOrToughVideoCases(_BattOrBenchmark):
"""Obtains media metrics for key user scenarios."""
page_set = page_sets.ToughVideoCasesPageSet
@@ -51,6 +52,7 @@ class BattOrToughVideoCases(_BattOrBenchmark):
@benchmark.Enabled('mac')
+@benchmark.Owner(emails=['charliea@chromium.org'])
class BattOrTrivialPages(_BattOrBenchmark):
def CreateStorySet(self, options):
@@ -62,6 +64,7 @@ class BattOrTrivialPages(_BattOrBenchmark):
return 'battor.trivial_pages'
@benchmark.Enabled('mac')
+@benchmark.Owner(emails=['charliea@chromium.org'])
class BattOrSteadyStatePages(_BattOrBenchmark):
def CreateStorySet(self, options):
« no previous file with comments | « no previous file | tools/perf/benchmarks/blink_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698