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

Unified Diff: tools/perf/page_sets/top_10_mobile.py

Issue 2933173002: Deleting unused story sets (Closed)
Patch Set: Deleting unused story sets Created 3 years, 6 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 | « tools/perf/page_sets/top_10.py ('k') | tools/perf/page_sets/top_25_smooth.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/page_sets/top_10_mobile.py
diff --git a/tools/perf/page_sets/top_10_mobile.py b/tools/perf/page_sets/top_10_mobile.py
index d4a1c896c913507b4b76bdef2a79332754e85685..b788fbd7fc713a66c2d94200826b090ecc4360b2 100644
--- a/tools/perf/page_sets/top_10_mobile.py
+++ b/tools/perf/page_sets/top_10_mobile.py
@@ -86,12 +86,3 @@ class Top10MobilePageSet(_Top10MobilePageSet):
def __init__(self, run_no_page_interactions=False, cache_temperatures=None):
super(Top10MobilePageSet, self).__init__(run_no_page_interactions,
cache_temperatures=cache_temperatures)
-
-
-class Top10MobileMemoryPageSet(_Top10MobilePageSet):
- """ Top 10 mobile sites for measuring memory"""
-
- def __init__(self):
- super(Top10MobileMemoryPageSet, self).__init__(
- run_no_page_interactions=False, collect_memory_dumps=True)
-
« no previous file with comments | « tools/perf/page_sets/top_10.py ('k') | tools/perf/page_sets/top_25_smooth.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698