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' |