Commit ef54a3b2 authored by ykyyip@chromium.org's avatar ykyyip@chromium.org

add polymer pageset to smoothness benchmark

R=dtu@chromium.org
BUG=

Review URL: https://codereview.chromium.org/255063003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266802 0039d316-1c4b-4281-b951-d872f2087c98
parent 935ff6ca
...@@ -116,3 +116,10 @@ class SmoothnessToughPinchZoomCases(test.Test): ...@@ -116,3 +116,10 @@ class SmoothnessToughPinchZoomCases(test.Test):
""" """
test = smoothness.Smoothness test = smoothness.Smoothness
page_set = 'page_sets/tough_pinch_zoom_cases.py' 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 newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment