| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 1463e5b4b528d8fa2c57d63f537a7ef91e4b6979..fb2d488c279fe8c1bea576214780aee025586de3 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -83,6 +83,7 @@ class SmoothnessToughPathRenderingCases(_Smoothness):
|
|
|
|
|
| @benchmark.Disabled('android') # crbug.com/526901
|
| +@benchmark.Disabled('win', 'mac') # crbug.com/623105
|
| class SmoothnessToughCanvasCases(_Smoothness):
|
| """Measures frame rate and a variety of other statistics.
|
|
|
|
|