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

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

Issue 2658673002: Disable blink_perf.canvas on Android Perf bots (Closed)
Patch Set: Created 3 years, 11 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 943f3f7c2d5234358c0b0def150943fb224f1bfc..8cc2d3f1ec9d5fdc922c34db1158cf2e6df4c5cd 100644
--- a/tools/perf/benchmarks/blink_perf.py
+++ b/tools/perf/benchmarks/blink_perf.py
@@ -164,7 +164,8 @@ class BlinkPerfCSS(_BlinkPerfBenchmark):
subdir = 'CSS'
-@benchmark.Disabled('android-webview', # http://crbug.com/593200
+@benchmark.Disabled('android', # http://crbug.com/685320
+ 'android-webview', # http://crbug.com/593200
'reference') # http://crbug.com/576779
class BlinkPerfCanvas(_BlinkPerfBenchmark):
tag = 'canvas'
« 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