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

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

Issue 2844723002: Disabling failing webrtc.stress on Windows (Closed)
Patch Set: s/windows/win Created 3 years, 8 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 de217832e72f30d1499ffab1f027665085852646..ea1e127fa36b6f6d2e616ee582ebcafcb1330f30 100644
--- a/tools/perf/benchmarks/webrtc.py
+++ b/tools/perf/benchmarks/webrtc.py
@@ -51,6 +51,7 @@ class WebrtcDataChannel(_Webrtc):
return 'webrtc.datachannel'
+@benchmark.Disabled('win')
@benchmark.Owner(emails=['ehmaldonado@chromium.org', 'phoglund@chromium.org'])
class WebrtcStressTest(perf_benchmark.PerfBenchmark):
"""Measures WebRtc CPU and GPU usage with multiple peer connections."""
« 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