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

Unified Diff: tools/perf/benchmarks/smoothness.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 | « tools/perf/benchmarks/memory.py ('k') | tools/perf/page_sets/snappoints_cases.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index cbc6b2bc39709088ae3b2741de68a4492c44bec9..dcb4b3213a2fde264ed2512cda1f7a830fe7bef8 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -496,3 +496,16 @@ class SmoothnessToughWebGLAdCases(_Smoothness):
@classmethod
def ShouldDisable(cls, possible_browser):
return cls.IsSvelte(possible_browser) # http://crbug.com/574485
+
+class SmoothnessSnappoints(perf_benchmark.PerfBenchmark):
+ """Measures rendering statistics while scrolling down a page with a large
+ number of snappoints.
+
+ http://www.chromium.org/developers/design-documents/rendering-benchmarks
+ """
+ test = smoothness.Smoothness
+ page_set = page_sets.SnappointsCasesPageSet
+
+ @classmethod
+ def Name(cls):
+ return 'smoothness.snappoints'
« no previous file with comments | « tools/perf/benchmarks/memory.py ('k') | tools/perf/page_sets/snappoints_cases.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698