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

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

Issue 2752043003: Disable failing webrtc.webrtc_smoothness_tbmv2 benchmark. (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 947ab94aade30e83e7860715df3e065793aea448..77c0f7ee10149d15e71e102447c20976bd6c4446 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -98,7 +98,7 @@ class WebrtcRendering(perf_benchmark.PerfBenchmark):
# WebrtcRenderingTBMv2 must be a PerfBenchmark, and not a _Webrtc, because it is
# a timeline-based metric.
-print dir(benchmark)
+@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