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

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

Issue 2668063002: [BotHealth] Disable memory.top_10_mobile_stress on Win/Mac/Linux (Closed)
Patch Set: Created 3 years, 11 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.py
diff --git a/tools/perf/benchmarks/memory.py b/tools/perf/benchmarks/memory.py
index 28c30faa5366d024c24bc46e93ea074ee0629fb6..bbd540763be331ce362da3537c2affee02b8b869 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -78,6 +78,7 @@ class MemoryBenchmarkTop10Mobile(_MemoryInfra):
return not _IGNORED_STATS_RE.search(value.name)
+@benchmark.Disabled('win', 'mac', 'linux') # https://crbug.com/687258
class MemoryBenchmarkTop10MobileStress(MemoryBenchmarkTop10Mobile):
"""Run top 10 mobile page set without closing/restarting the 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