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

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

Issue 2778233002: Enable WebRTC telemetry tests on Android. (Closed)
Patch Set: 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 | 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 77c0f7ee10149d15e71e102447c20976bd6c4446..de217832e72f30d1499ffab1f027665085852646 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -51,7 +51,6 @@ class WebrtcDataChannel(_Webrtc):
return 'webrtc.datachannel'
-@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."""
@@ -98,7 +97,6 @@ class WebrtcRendering(perf_benchmark.PerfBenchmark):
# WebrtcRenderingTBMv2 must be a PerfBenchmark, and not a _Webrtc, because it is
# a timeline-based metric.
-@benchmark.Disabled('android') # crbug.com/702201
@benchmark.Owner(emails=['ehmaldonado@chromium.org',
'phoglund@chromium.org',
'qiangchen@chromium.org'])
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698