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

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

Issue 1813913003: Disable smoothness.gpu_rasterization.top_25_smooth on Nexus 6 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 733a136129c52521e26b19d2ec427c1adbd7e993..256fc76a36be13efa06c965bddedfe2fa76230f6 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -139,6 +139,11 @@ class SmoothnessToughAnimationCases(_Smoothness):
def Name(cls):
return 'smoothness.tough_animation_cases'
+ @classmethod
+ def ShouldDisable(cls, possible_browser):
+ # crbug.com/596035
+ return possible_browser.platform.GetDeviceTypeName() == 'Nexus 6'
+
@benchmark.Enabled('android')
class SmoothnessKeySilkCases(_Smoothness):
« 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