summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorvollick <vollick@chromium.org>2015-10-19 17:20:51 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-20 00:21:58 +0000
commit392396974b125f81324e3af4ed5579a934fa9ed6 (patch)
tree87d9a2d0e2795bf99083976aaa93b57276a389a5 /tools
parentb1893018fff3234b87c000c16f2b76926b8cbb6a (diff)
downloadchromium_src-392396974b125f81324e3af4ed5579a934fa9ed6.zip
chromium_src-392396974b125f81324e3af4ed5579a934fa9ed6.tar.gz
chromium_src-392396974b125f81324e3af4ed5579a934fa9ed6.tar.bz2
Disable webrtc_rendering on mac
This is consistently failing. Eg, http://build.chromium.org/p/chromium.perf/builders/Mac%2010.10%20Perf%20%281%29/builds/398 TBR=cpaulin BUG=545119 CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:linux_perf_bisect;tryserver.chromium.perf:mac_10_10_perf_bisect;tryserver.chromium.perf:win_perf_bisect;tryserver.chromium.perf:android_nexus5_perf_bisect Review URL: https://codereview.chromium.org/1408873004 Cr-Commit-Position: refs/heads/master@{#354931}
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/benchmarks/webrtc_rendering.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/webrtc_rendering.py b/tools/perf/benchmarks/webrtc_rendering.py
index 273c71b..624cb97 100644
--- a/tools/perf/benchmarks/webrtc_rendering.py
+++ b/tools/perf/benchmarks/webrtc_rendering.py
@@ -3,6 +3,7 @@
# found in the LICENSE file.
from core import perf_benchmark
+from telemetry import benchmark
from telemetry.timeline import tracing_category_filter
from telemetry.web_perf import timeline_based_measurement
@@ -10,6 +11,7 @@ import page_sets
BENCHMARK_VALUES = 'WebRTCRendering_'
+@benchmark.Disabled('mac') # http://crbug.com/545119
class WebRTCRendering(perf_benchmark.PerfBenchmark):
"""Timeline based benchmark for the WebRtc rendering."""