| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 733eb121c073789b7da524dc4c050f701fd5b780..b90a4f5c3aebaf3991af9f1d9e6bf63f4dd2a15b 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -99,6 +99,7 @@ class SmoothnessToughPathRenderingCases(_Smoothness):
|
|
|
|
|
| @benchmark.Disabled('android') # crbug.com/526901
|
| +@benchmark.Disabled('linux') # crbug.com/715607
|
| @benchmark.Owner(emails=['junov@chromium.org'])
|
| class SmoothnessToughCanvasCases(_Smoothness):
|
| """Measures frame rate and a variety of other statistics.
|
|
|