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

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

Issue 2204303002: Disable dromaeo.jslibattrjquery on Android One. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/dromaeo.py
diff --git a/tools/perf/benchmarks/dromaeo.py b/tools/perf/benchmarks/dromaeo.py
index a33ae7478b41f82dc36b26c356d0b0f34f1841df..3749f123e4faf7f465ec256a1811d35b307b8443 100644
--- a/tools/perf/benchmarks/dromaeo.py
+++ b/tools/perf/benchmarks/dromaeo.py
@@ -190,6 +190,11 @@ class DromaeoJslibAttrJquery(_DromaeoBenchmark):
def Name(cls):
return 'dromaeo.jslibattrjquery'
+ @classmethod
+ def ShouldDisable(cls, possible_browser):
+ # http://crbug.com/634055 (Android One).
+ return cls.IsSvelte(possible_browser)
+
class DromaeoJslibAttrPrototype(_DromaeoBenchmark):
"""Dromaeo JSLib attr prototype JavaScript benchmark.
« 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