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

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

Issue 1038773002: Perf bisect tryjob on win, not for commit. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/run-perf-test.cfg » ('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 a41d700f1f00a0918b0bf267d5ae303b31f09e95..b4b8370b68782fc5c756357310eaa2be994f4086 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -25,3 +25,17 @@ class MemoryTop7Stress(benchmark.Benchmark):
@classmethod
def Name(cls):
return 'memory.top_7_stress'
+
+class MemoryTop7StressWithSlimmingPaint(benchmark.Benchmark):
+ """Use (recorded) real world web sites and measure memory consumption,
+
+ with --enable--slimming-paint."""
+ test = memory.Memory
+ page_set = page_sets.Top7StressPageSet
+
+ def CustomizeBrowserOptions(self, options):
+ options.AppendExtraBrowserArgs(['--enable-slimming-paint'])
+
+ @classmethod
+ def Name(cls):
+ return 'memory.top_7_stress_slimming_paint'
« no previous file with comments | « no previous file | tools/run-perf-test.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698