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

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

Issue 2491593002: Disable failing webrtc.stress benchmark on android. (Closed)
Patch Set: Created 4 years, 1 month 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 ed7c010285004f138815983d3ea88416c924d50a..2f781edd39650a45fa3452bc71508ac284d74c84 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -50,6 +50,7 @@ class WebrtcDataChannel(_Webrtc):
return 'webrtc.datachannel'
+@benchmark.Disabled('android') # http://crbug.com/663802
class WebrtcStressTest(perf_benchmark.PerfBenchmark):
"""Measures WebRtc CPU and GPU usage with multiple peer connections."""
page_set = page_sets.WebrtcStresstestPageSet
« 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