| Index: tools/perf/benchmarks/draw_properties.py
|
| diff --git a/tools/perf/benchmarks/draw_properties.py b/tools/perf/benchmarks/draw_properties.py
|
| index 984df12f67e8180a0cb726e435f535f10670466e..9889f7d9c14f29986ec3fa63d4a34377c7ba3203 100644
|
| --- a/tools/perf/benchmarks/draw_properties.py
|
| +++ b/tools/perf/benchmarks/draw_properties.py
|
| @@ -12,7 +12,7 @@ from telemetry import benchmark
|
| # This benchmark depends on tracing categories available in M43
|
| # This benchmark is still useful for manual testing, but need not be enabled
|
| # and run regularly.
|
| -@benchmark.Disabled()
|
| +@benchmark.Disabled('all')
|
| class DrawPropertiesToughScrolling(perf_benchmark.PerfBenchmark):
|
| test = draw_properties.DrawProperties
|
| page_set = page_sets.ToughScrollingCasesPageSet
|
| @@ -24,7 +24,7 @@ class DrawPropertiesToughScrolling(perf_benchmark.PerfBenchmark):
|
| # This benchmark depends on tracing categories available in M43
|
| # This benchmark is still useful for manual testing, but need not be enabled
|
| # and run regularly.
|
| -@benchmark.Disabled()
|
| +@benchmark.Disabled('all')
|
| class DrawPropertiesTop25(perf_benchmark.PerfBenchmark):
|
| """Measures the performance of computing draw properties from property trees.
|
|
|
|
|