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

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

Issue 1936493002: Memory Infra: Remove memory.top_10_mobile benchmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase (again) Created 4 years, 8 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_infra_top_10_mobile_story.py » ('j') | 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 ff90333ded32deb53f2e4aa5c19a97c16c2c36e4..1c89590bd8fa98ac2d99fb8871fecaf56eaee430 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -153,19 +153,6 @@ class RendererMemoryBlinkMemoryMobile(_MemoryInfra):
# Disabled on reference builds because they don't support the new
-# Tracing.requestMemoryDump DevTools API. See http://crbug.com/540022.
-@benchmark.Disabled('reference')
-class MemoryBenchmarkTop10Mobile(_MemoryInfra):
- """Timeline based benchmark for measuring memory on top 10 mobile sites."""
-
- page_set = page_sets.MemoryInfraTop10MobilePageSet
-
- @classmethod
- def Name(cls):
- return 'memory.top_10_mobile'
-
-
-# Disabled on reference builds because they don't support the new
# Tracing.requestMemoryDump DevTools API.
# For 'reference' see http://crbug.com/540022.
# For 'android' see http://crbug.com/579546.
« no previous file with comments | « no previous file | tools/perf/page_sets/memory_infra_top_10_mobile_story.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698