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

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

Issue 2028273002: Disable memory.long_running_idle_gmail_background_tbmv2 on Android One Perf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/memory_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index 22ee079de8d24b58d89b1184e9febfa7c3596d2e..7280f0f758f6e414699217779eb14dad5b42a18e 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -196,3 +196,7 @@ class MemoryLongRunningIdleGmailBackground(_MemoryV8Benchmark):
@classmethod
def Name(cls):
return 'memory.long_running_idle_gmail_background_tbmv2'
+
+ @classmethod
+ def ShouldDisable(cls, possible_browser): # http://crbug.com/616530
+ return cls.IsSvelte(possible_browser)
« 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