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

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: Created 4 years, 5 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
Index: tools/perf/benchmarks/memory_infra.py
diff --git a/tools/perf/benchmarks/memory_infra.py b/tools/perf/benchmarks/memory_infra.py
index c72a7083f94f6cdf730081d89dda8a9a7c277ab0..15abd532ebf1c224e248d115dd980187088199aa 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') | tools/perf/page_sets/memory_top_10_mobile.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698