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

Unified Diff: tools/perf/benchmarks/webrtc.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/v8_browsing.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/webrtc.py
diff --git a/tools/perf/benchmarks/webrtc.py b/tools/perf/benchmarks/webrtc.py
index d9388a7fc052b8310042dc0b517bd7ad7bbd3412..bf9582ab19f1b16890fa26d71c138661510c732f 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -41,6 +41,7 @@ class WebrtcPeerConnection(_Webrtc):
return 'webrtc.peerconnection'
+@benchmark.Owner(emails=['phoglund@chromium.org'])
class WebrtcDataChannel(_Webrtc):
"""Measures WebRtc DataChannel loopback."""
page_set = page_sets.WebrtcDatachannelPageSet
@@ -51,6 +52,7 @@ class WebrtcDataChannel(_Webrtc):
@benchmark.Disabled('android') # http://crbug.com/663802
+@benchmark.Owner(emails=['ehmaldonado@chromium.org', 'phoglund@chromium.org'])
class WebrtcStressTest(perf_benchmark.PerfBenchmark):
"""Measures WebRtc CPU and GPU usage with multiple peer connections."""
page_set = page_sets.WebrtcStresstestPageSet
@@ -71,6 +73,7 @@ class WebrtcStressTest(perf_benchmark.PerfBenchmark):
# capture. See http://crbug.com/603232.
@benchmark.Disabled('reference')
@benchmark.Disabled('android') # http://crbug.com/610019
+@benchmark.Owner(emails=['qiangchen@chromium.org'])
class WebrtcRendering(perf_benchmark.PerfBenchmark):
"""Specific time measurements (e.g. fps, smoothness) for WebRtc rendering."""
« no previous file with comments | « tools/perf/benchmarks/v8_browsing.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698