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

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

Issue 2123713006: [tools/perf] Switch memory_top_10_mobile to action_runner.MeasureMemory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: petr's comments Created 4 years, 4 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_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index 11947a67545647746270a5553acb1ff20bd319b3..ce8f3516e0280851509f93c9741c528a6f157c8d 100644
--- a/tools/perf/benchmarks/memory_infra.py
+++ b/tools/perf/benchmarks/memory_infra.py
@@ -80,6 +80,8 @@ class MemoryBenchmarkTop10MobileStress(MemoryBenchmarkTop10Mobile):
This benchmark is intended to stress-test the browser, catching memory leaks
or possible crashes after interacting with the browser for a period of time.
"""
+ page_set = page_sets.MemoryTop10MobileRealistic
+
@classmethod
def Name(cls):
return 'memory.top_10_mobile_stress'
« 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