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

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

Issue 1333323003: SnapManager implementation using V8 Extras - {WIP} Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update with latest master Created 4 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 | « third_party/WebKit/public/blink_resources.grd ('k') | tools/perf/benchmarks/smoothness.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 7da9c50b3e0648485416ea6dc8320ad0cc46ca73..3808bb57ad8b57fbbd2d8f76b66c7ce2b4e5e336 100644
--- a/tools/perf/benchmarks/memory.py
+++ b/tools/perf/benchmarks/memory.py
@@ -37,3 +37,12 @@ class MemoryTop7Stress(perf_benchmark.PerfBenchmark):
def ShouldDisable(cls, possible_browser):
return cls.IsSvelte(possible_browser) # http://crbug.com/555092
+class MemorySnappoints(perf_benchmark.PerfBenchmark):
+ """Use a page with snappoints and measure memory consumption
+ of it """
+ test = memory.Memory
+ page_set = page_sets.SnappointsCasesPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'memory.snappoints'
« no previous file with comments | « third_party/WebKit/public/blink_resources.grd ('k') | tools/perf/benchmarks/smoothness.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698