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

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

Issue 2652343004: Use new Background method in memory perf test. (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 | tools/perf/page_sets/memory_top_10_mobile.py » ('j') | 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 b0eafacd7d72391ae634b955d433800967d4f0de..28c30faa5366d024c24bc46e93ea074ee0629fb6 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -72,12 +72,6 @@ class MemoryBenchmarkTop10Mobile(_MemoryInfra):
return False
@classmethod
- def ShouldDisable(cls, possible_browser):
- # TODO(crbug.com/586148): Benchmark should not depend on DeskClock app.
- return not possible_browser.platform.CanLaunchApplication(
- 'com.google.android.deskclock')
-
- @classmethod
def ValueCanBeAddedPredicate(cls, value, is_first_result):
# TODO(crbug.com/610962): Remove this stopgap when the perf dashboard
# is able to cope with the data load generated by TBMv2 metrics.
« no previous file with comments | « no previous file | tools/perf/page_sets/memory_top_10_mobile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698