Commit f3f89493 authored by Ethan Kuefner's avatar Ethan Kuefner Committed by Commit Bot

[Perf] Enable system_health.* for histogram uploads

This CL switches all system_health benchmarks to the histogram pipeline.

Bug: 744736
Change-Id: Icb97397ec417d27220e489651cc51591757d8c9e
Reviewed-on: https://chromium-review.googlesource.com/1048626Reviewed-by: default avatarEmily Hanley <eyaich@chromium.org>
Commit-Queue: Ethan Kuefner <eakuefner@chromium.org>
Cr-Commit-Position: refs/heads/master@{#556842}
parent 685f4730
This diff is collapsed.
...@@ -72,7 +72,12 @@ BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [ ...@@ -72,7 +72,12 @@ BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [
'blink_perf.parser', 'blink_perf.parser',
'blink_perf.shadow_dom', 'blink_perf.shadow_dom',
'blink_perf.svg', 'blink_perf.svg',
'memory.top_10_mobile' 'memory.top_10_mobile',
'system_health.common_desktop',
'system_health.common_mobile',
'system_health.memory_desktop',
'system_health.memory_mobile',
'system_health.webview_startup',
] ]
# We currently have two different sharding schemes for android # We currently have two different sharding schemes for android
......
...@@ -458,7 +458,12 @@ BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [ ...@@ -458,7 +458,12 @@ BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [
'blink_perf.parser', 'blink_perf.parser',
'blink_perf.shadow_dom', 'blink_perf.shadow_dom',
'blink_perf.svg', 'blink_perf.svg',
'memory.top_10_mobile' 'memory.top_10_mobile',
'system_health.common_desktop',
'system_health.common_mobile',
'system_health.memory_desktop',
'system_health.memory_mobile',
'system_health.webview_startup',
] ]
......
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