| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 711c53d363d6bb1870ba3d124e241fedfffd8038..c1c090b89088b9a0bd5d85265cfa08c2d6accc0a 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -216,7 +216,7 @@ class SmoothnessGpuRasterizationPolymer(benchmark.Benchmark):
|
| class SmoothnessToughFastScrollingCases(benchmark.Benchmark):
|
| test = smoothness.Smoothness
|
| page_set = page_sets.ToughScrollingCasesPageSet
|
| - options = {'page_label_filter': 'fastscrolling'}
|
| + options = {'story_label_filter': 'fastscrolling'}
|
|
|
| @classmethod
|
| def Name(cls):
|
|
|