| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 1d17e93d16c48c05ab4fe621b6c7a48264b29915..585dc2b415d21ea309a5045047aeb2665cbf2bc1 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -12,6 +12,7 @@ import page_sets.key_silk_cases
|
| from telemetry import benchmark
|
|
|
|
|
| +@benchmark.Disabled('win', 'mac', 'linux') # crbug.com/510818
|
| class SmoothnessTop25(perf_benchmark.PerfBenchmark):
|
| """Measures rendering statistics while scrolling down the top 25 web pages.
|
|
|
|
|