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

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

Issue 2522713002: Disable image_decoding benchmark on Nexus 7v2 (Closed)
Patch Set: Created 4 years, 1 month 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/image_decoding.py
diff --git a/tools/perf/benchmarks/image_decoding.py b/tools/perf/benchmarks/image_decoding.py
index 69fe3188587e8fecd56ab32316dcdfec87a2b191..60b23a965fad20abb922d5de412dffd908c3ccda 100644
--- a/tools/perf/benchmarks/image_decoding.py
+++ b/tools/perf/benchmarks/image_decoding.py
@@ -16,3 +16,8 @@ class ImageDecodingToughImageCases(perf_benchmark.PerfBenchmark):
@classmethod
def Name(cls):
return 'image_decoding.image_decoding_measurement'
+
+ @classmethod
+ def ShouldDisable(cls, possible_browser):
+ # crbug.com/667501
+ return possible_browser.platform.GetDeviceTypeName() == 'Nexus 7'
« 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