Commit ed3411d0 authored by oysteine's avatar oysteine Committed by Commit bot

Disabled the gpu_times.top_25_smooth benchmark for flakiness

TBR=dyen@chromium.org
NOTRY=true
BUG=453131

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

Cr-Commit-Position: refs/heads/master@{#314262}
parent 9c62bac7
...@@ -48,6 +48,7 @@ class GPUTimesGpuRasterizationKeyMobileSites(_GPUTimes): ...@@ -48,6 +48,7 @@ class GPUTimesGpuRasterizationKeyMobileSites(_GPUTimes):
def Name(cls): def Name(cls):
return 'gpu_times.gpu_rasterization.key_mobile_sites_smooth' return 'gpu_times.gpu_rasterization.key_mobile_sites_smooth'
@benchmark.Disabled
class GPUTimesTop25Sites(_GPUTimes): class GPUTimesTop25Sites(_GPUTimes):
"""Measures GPU timeline metric for the top 25 sites.""" """Measures GPU timeline metric for the top 25 sites."""
page_set = page_sets.Top25SmoothPageSet page_set = page_sets.Top25SmoothPageSet
......
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