Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index 4eac7b6586edd02ad33add45993e8a77f64f55f3..b5536744b009aa689416b4077730ab2289ac00a1 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -129,3 +129,8 @@ class SmoothnessGpuRasterizationPolymer(benchmark.Benchmark): |
page_set = page_sets.PolymerPageSet |
def CustomizeBrowserOptions(self, options): |
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options) |
+ |
+class SmoothnessToughFastScrollingCases(benchmark.Benchmark): |
+ test = smoothness.Smoothness |
+ page_set = page_sets.ToughScrollingCasesPageSet |
+ options = {'page_label_filter' : 'fastscrolling'} |