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

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

Issue 2356533002: Disable memory.long_running_idle_gmail_background_tbmv2 on Android (Closed)
Patch Set: Created 4 years, 3 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 1e03843c3aa8e3e270c87883f8ece7c231a1395b..809b3e0149e77d503d03694c91d6715baf3c49f8 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -231,6 +231,7 @@ class MemoryLongRunningIdleGmail(_MemoryV8Benchmark):
@benchmark.Enabled('has tabs') # http://crbug.com/612210
+@benchmark.Disabled('android') # http://crbug.com/648396
class MemoryLongRunningIdleGmailBackground(_MemoryV8Benchmark):
"""Use (recorded) real world web sites and measure memory consumption
of long running idle Gmail page """
« 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