Index: tools/perf/benchmarks/smoothness.py |
diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py |
index 4eac7b6586edd02ad33add45993e8a77f64f55f3..d153463cee65c373d787ce522572102ace4ed26f 100644 |
--- a/tools/perf/benchmarks/smoothness.py |
+++ b/tools/perf/benchmarks/smoothness.py |
@@ -129,3 +129,7 @@ class SmoothnessGpuRasterizationPolymer(benchmark.Benchmark): |
page_set = page_sets.PolymerPageSet |
def CustomizeBrowserOptions(self, options): |
silk_flags.CustomizeBrowserOptionsForGpuRasterization(options) |
+ |
+class SmoothnessToughFastScrollingCases(benchmark.Benchmark): |
reveman
2014/10/30 22:48:48
This enables this new benchmark on all devices. No
ilja
2014/10/31 04:38:50
I think that is fine for ChromeOS. But I also thin
reveman
2014/10/31 16:36:52
I'm mostly interested in this as mechanism to prev
ilja
2014/10/31 20:18:29
I hooked this test up for ChromeOS in anticipation
|
+ test = smoothness.Smoothness |
+ page_set = page_sets.ToughFastScrollingCasesPageSet |