Commit 2adfa146 authored by simonhatch's avatar simonhatch Committed by Commit bot

[telemetry] - Disable draw_properties benchmark.

BUG=463111

Review URL: https://codereview.chromium.org/968973002

Cr-Commit-Position: refs/heads/master@{#318702}
parent 9cd1247f
...@@ -8,6 +8,7 @@ from measurements import draw_properties ...@@ -8,6 +8,7 @@ from measurements import draw_properties
import page_sets import page_sets
@benchmark.Disabled() # http://crbug.com/463111
class DrawPropertiesToughScrolling(benchmark.Benchmark): class DrawPropertiesToughScrolling(benchmark.Benchmark):
test = draw_properties.DrawProperties test = draw_properties.DrawProperties
page_set = page_sets.ToughScrollingCasesPageSet page_set = page_sets.ToughScrollingCasesPageSet
...@@ -15,6 +16,8 @@ class DrawPropertiesToughScrolling(benchmark.Benchmark): ...@@ -15,6 +16,8 @@ class DrawPropertiesToughScrolling(benchmark.Benchmark):
def Name(cls): def Name(cls):
return 'draw_properties.tough_scrolling' return 'draw_properties.tough_scrolling'
@benchmark.Disabled() # http://crbug.com/463111
class DrawPropertiesTop25(benchmark.Benchmark): class DrawPropertiesTop25(benchmark.Benchmark):
"""Measures the relative performance of CalcDrawProperties vs computing draw """Measures the relative performance of CalcDrawProperties vs computing draw
properties from property trees. properties from property trees.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment