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

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

Issue 2764663002: Fix desktop.memory measurement to emit memory-infra dumps. (Closed)
Patch Set: Add back gpu config. Created 3 years, 9 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/trivial_sites.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 3b0df041247a9c3642998a2950d67d706018864b..d5b2122c9ae2c30e43971a3f5411a6eb931a42b0 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -56,9 +56,12 @@ class _MemoryInfra(perf_benchmark.PerfBenchmark):
@benchmark.Owner(emails=['erikchen@chromium.org'])
class MemoryBenchmarkTrivialSitesDesktop(_MemoryInfra):
"""Measure memory usage on trivial sites."""
- page_set = page_sets.TrivialSitesStorySet
options = {'pageset_repeat': 5}
+ def CreateStorySet(self, options):
+ return page_sets.TrivialSitesStorySet(wait_in_seconds=0,
+ measure_memory=True)
+
@classmethod
def Name(cls):
return 'memory.desktop'
« no previous file with comments | « no previous file | tools/perf/page_sets/trivial_sites.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698