| Index: tools/perf/benchmarks/smoothness.py
|
| diff --git a/tools/perf/benchmarks/smoothness.py b/tools/perf/benchmarks/smoothness.py
|
| index 296538111f45f79bedfffdad4c02b4f156a5a606..d77f745e7289d7a9ef7cdbf6d1539335b93c5802 100644
|
| --- a/tools/perf/benchmarks/smoothness.py
|
| +++ b/tools/perf/benchmarks/smoothness.py
|
| @@ -66,7 +66,7 @@ class SmoothnessFastPathKeySilkCases(benchmark.Benchmark):
|
| silk_flags.CustomizeBrowserOptionsForFastPath(options)
|
|
|
|
|
| -@benchmark.Disabled('android') # crbug.com/363783
|
| +@benchmark.Disabled('j') # crbug.com/363783
|
| class SmoothnessGpuRasterizationTop25(benchmark.Benchmark):
|
| """Measures rendering statistics for the top 25 with GPU rasterization
|
| """
|
|
|