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

Unified Diff: tools/perf/benchmarks/media.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/loading.py ('k') | tools/perf/benchmarks/memory.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/media.py
diff --git a/tools/perf/benchmarks/media.py b/tools/perf/benchmarks/media.py
index c5c6ba613934b033b5f76770000c5d16809565bf..7eb9ae9d924f17103ae439c07e9e146717aea4eb 100644
--- a/tools/perf/benchmarks/media.py
+++ b/tools/perf/benchmarks/media.py
@@ -52,6 +52,7 @@ class Media(perf_benchmark.PerfBenchmark):
# crbug.com/565180: Only include cases that don't report time_to_play
@benchmark.Disabled('android')
+@benchmark.Owner(emails=['crouleau@chromium.org', 'videostack-eng@google.com'])
class MediaExtra(perf_benchmark.PerfBenchmark):
"""Obtains extra media metrics for key user scenarios."""
test = media.Media
@@ -63,6 +64,7 @@ class MediaExtra(perf_benchmark.PerfBenchmark):
@benchmark.Disabled('android', 'mac')
+@benchmark.Owner(emails=['crouleau@chromium.org', 'videostack-eng@google.com'])
class MediaNetworkSimulation(perf_benchmark.PerfBenchmark):
"""Obtains media metrics under different network simulations."""
test = media.Media
@@ -130,6 +132,7 @@ class MediaChromeOS(perf_benchmark.PerfBenchmark):
@benchmark.Disabled('android-webview') # crbug.com/419689
+@benchmark.Owner(emails=['crouleau@chromium.org', 'videostack-eng@google.com'])
class MediaSourceExtensions(perf_benchmark.PerfBenchmark):
"""Obtains media metrics for key media source extensions functions."""
test = _MSEMeasurement
« no previous file with comments | « tools/perf/benchmarks/loading.py ('k') | tools/perf/benchmarks/memory.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698