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

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

Issue 1214433005: Turn down MemoryTop7StressWithSlimmingPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | no next file » | 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 dceacbc695229dc79950d69d82620640da2edd30..a4cba39a600266a04692e0fcbd1e36612a18e1f4 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -29,21 +29,6 @@ class MemoryTop7Stress(perf_benchmark.PerfBenchmark):
return 'memory.top_7_stress'
-class MemoryTop7StressWithSlimmingPaint(perf_benchmark.PerfBenchmark):
- """Use (recorded) real world web sites and measure memory consumption,
- with --enable--slimming-paint."""
-
- test = memory.Memory
- page_set = page_sets.Top7StressPageSet
-
- def SetExtraBrowserOptions(self, options):
- options.AppendExtraBrowserArgs(['--enable-slimming-paint'])
-
- @classmethod
- def Name(cls):
- return 'memory.top_7_stress_slimming_paint'
-
-
@benchmark.Enabled('has tabs')
@benchmark.Disabled('android', # Benchmark uses > 700MB of memory.
'linux') # https://crbug.com/490841
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698