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

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

Issue 255063003: add polymer pageset to smoothness benchmark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/smoothness.py
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
index f0e2ed760869fe6f5a0612f08dedfc23f2bb95ef..3470897cb06f3cb9f1ce3b2b80718e05e55809dc 100644
--- a/tools/perf/benchmarks/smoothness.py
+++ b/tools/perf/benchmarks/smoothness.py
@@ -125,3 +125,10 @@ class SmoothnessToughPinchZoomCases(test.Test):
"""
test = smoothness.Smoothness
page_set = 'page_sets/tough_pinch_zoom_cases.py'
+
+
+class SmoothnessPolymer(test.Test):
+ """Measures rendering statistics for Polymer cases.
+ """
+ test = smoothness.Smoothness
+ page_set = 'page_sets/polymer.py'
« 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