| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index ba2bebbc2ef412ec387484f2bd877a9cc47abf5c..eddc398958840f47410f2bb77b5dd076e04716ce 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -174,3 +174,13 @@ class SmoothnessFastPathGpuRasterizationPolymer(
|
| super(SmoothnessFastPathGpuRasterizationPolymer, self). \
|
| CustomizeBrowserOptions(options)
|
| silk_flags.CustomizeBrowserOptionsForFastPath(options)
|
| +
|
| +class SmoothnessPerfWeek(benchmark.Benchmark):
|
| + """Measures rendering statistics for big animation benchmarks
|
| + """
|
| + tag = 'perf_week'
|
| + test = smoothness.Smoothness
|
| + page_set = page_sets.PerfWeekPageSet
|
| + def CustomizeBrowserOptions(self, options):
|
| + options.AppendExtraBrowserArgs(
|
| + ['--enable-experimental-web-platform-features'])
|
|
|