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

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

Issue 2155163003: [perfbot sheriff] Disable v8.browsing_mobile and sh.memory_mobile on N9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « tools/perf/benchmarks/system_health.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/v8_browsing.py
diff --git a/tools/perf/benchmarks/v8_browsing.py b/tools/perf/benchmarks/v8_browsing.py
index 29787ac9ceb338bc8aa6f68863bc74ab63b5fbd5..18bd10221fc74d7fc3c3ea5fb8fa2979fda2f30d 100644
--- a/tools/perf/benchmarks/v8_browsing.py
+++ b/tools/perf/benchmarks/v8_browsing.py
@@ -93,4 +93,8 @@ class V8MobileBrowsingBenchmark(_V8BrowsingBenchmark):
@classmethod
def ShouldDisable(cls, possible_browser):
+ # http://crbug.com/629163
+ if possible_browser.platform.GetDeviceTypeName() == 'Nexus 9':
+ return True
+
return possible_browser.platform.GetDeviceTypeName() == 'Desktop'
« no previous file with comments | « tools/perf/benchmarks/system_health.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698