| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index fb2d488c279fe8c1bea576214780aee025586de3..9a5d5bb30d7e5f8219684022fec0e407d349d905 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -37,6 +37,7 @@ class _Smoothness(perf_benchmark.PerfBenchmark):
|
| return True
|
|
|
|
|
| +@benchmark.Disabled('mac') # crbug.com/623570
|
| class SmoothnessTop25(_Smoothness):
|
| """Measures rendering statistics while scrolling down the top 25 web pages.
|
|
|
|
|