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

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

Issue 2347413002: Disabling blink_perf.pywebsocket due to flake. (Closed)
Patch Set: Created 4 years, 3 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/blink_perf.py
diff --git a/tools/perf/benchmarks/blink_perf.py b/tools/perf/benchmarks/blink_perf.py
index 3cf3d6550da30fffdbd7ab48a1d29e6c4bea75bc..40154021a93300969a4e64fd0db167f559696aeb 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -317,7 +317,9 @@ class BlinkPerfXMLHttpRequest(perf_benchmark.PerfBenchmark):
# Disabled on Windows and ChromeOS due to https://crbug.com/521887
-@benchmark.Disabled('win', 'chromeos')
+#@benchmark.Disabled('win', 'chromeos')
+# Disabling on remaining platforms due to heavy flake https://crbug.com/646938
+@benchmark.Disabled('all')
class BlinkPerfPywebsocket(perf_benchmark.PerfBenchmark):
"""The blink_perf.pywebsocket tests measure turn-around-time of 10MB
send/receive for XHR, Fetch API and WebSocket. We might ignore < 10%
« 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