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

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

Issue 2016273002: [tools/perf] Remove deprecated memory.memory_health_plan (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 495a9db8f3f255cb5b279a394b8b8339329da6bc..22ee079de8d24b58d89b1184e9febfa7c3596d2e 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -82,15 +82,6 @@ class MemoryBenchmarkTop10Mobile(_MemoryInfra):
'com.google.android.deskclock')
-#TODO(perezju): Remove when all bots are updated to the new benchmark name.
-@benchmark.Disabled('all')
-class MemoryHealthPlan(MemoryBenchmarkTop10Mobile):
- """Alias of memory.top_10_mobile. (Deprecated)"""
- @classmethod
- def Name(cls):
- return 'memory.memory_health_plan'
-
-
# TODO(bashi): Workaround for http://crbug.com/532075.
# @benchmark.Enabled('android') shouldn't be needed.
@benchmark.Enabled('android')
« 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