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

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

Issue 2661043007: [BotHealth] Disable smoothness.gpu_rasterization.polymer on Android (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/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index faec5d8a55ac1a9e72f3c848558851f03365df1c..7cd81157a62a9f373a2fd857ac01ef83622e1c01 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -351,7 +351,8 @@ class SmoothnessGpuRasterizationToughPinchZoomCases(_Smoothness):
return cls.IsSvelte(possible_browser) # http://crbug.com/564008
-@benchmark.Enabled('android')
+# @benchmark.Enabled('android')
+@benchmark.Disabled() # crbug.com/687704
class SmoothnessGpuRasterizationPolymer(_Smoothness):
"""Measures rendering statistics for the Polymer cases with GPU rasterization.
"""
« 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