Commit fa4bc184 authored by Oystein Eftevaag's avatar Oystein Eftevaag Committed by Commit Bot

Increase trace buffer size for system_health.desktop_common

There's page sets that are flaky on Win7 GPU bots due to
the current 200mb buffer size being hit.

R=sullivan@chromium.org

Bug: 1046081
Change-Id: Ib2beacfaa68f5b5cb47065f72cbfd0ab23a1d46d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023200
Auto-Submit: oysteine <oysteine@chromium.org>
Reviewed-by: default avatarAnnie Sullivan <sullivan@chromium.org>
Commit-Queue: oysteine <oysteine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#735610}
parent 43de5c41
...@@ -70,6 +70,12 @@ class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark): ...@@ -70,6 +70,12 @@ class DesktopCommonSystemHealth(_CommonSystemHealthBenchmark):
def Name(cls): def Name(cls):
return 'system_health.common_desktop' return 'system_health.common_desktop'
def CreateCoreTimelineBasedMeasurementOptions(self):
options = super(DesktopCommonSystemHealth,
self).CreateCoreTimelineBasedMeasurementOptions()
options.config.chrome_trace_config.SetTraceBufferSizeInKb(300 * 1024)
return options
@benchmark.Info(emails=['charliea@chromium.org', 'sullivan@chromium.org', @benchmark.Info(emails=['charliea@chromium.org', 'sullivan@chromium.org',
'tdresser@chromium.org', 'tdresser@chromium.org',
......
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