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

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

Issue 1960863002: [ChromiumPerf] Disable failing android benchmarks on ChromiumPerf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: "all" Created 4 years, 7 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/smoothness.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 c77850a28e74654cda13c1b6ea874ff740ee1ca7..f8103b39d091b1b498f3082eda80a2e996a69a8c 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -60,6 +60,7 @@ class WebrtcDataChannel(_Webrtc):
# Disabled on reference builds because they crash and don't support tab
# capture. See http://crbug.com/603232.
@benchmark.Disabled('reference')
+@benchmark.Disabled('android') # http://crbug.com/610019
class WebrtcRendering(perf_benchmark.PerfBenchmark):
"""Specific time measurements (e.g. fps, smoothness) for WebRtc rendering."""
« no previous file with comments | « tools/perf/benchmarks/smoothness.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698