Commit 98391d32 authored by Ethan Kuefner's avatar Ethan Kuefner Committed by Commit Bot

[Perf] Enable histogram uploads for blink_perf.*

We're ready to try again with enabling some chromium.perf benchmarks to upload
histograms to the perf dashboard, so let's try with blink_perf.

Bug: 744736
Change-Id: I859b63a27ad0b3aaa825a520a20d00bd7afe1ab4
Reviewed-on: https://chromium-review.googlesource.com/1005674Reviewed-by: default avatarEmily Hanley <eyaich@chromium.org>
Commit-Queue: Ethan Kuefner <eakuefner@chromium.org>
Cr-Commit-Position: refs/heads/master@{#549882}
parent 233862bd
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -60,6 +60,18 @@ import run_gtest_perf_test ...@@ -60,6 +60,18 @@ import run_gtest_perf_test
# Current whitelist of benchmarks outputting histograms # Current whitelist of benchmarks outputting histograms
BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [ BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [
'dummy_benchmark.histogram_benchmark_1', 'dummy_benchmark.histogram_benchmark_1',
'blink_perf.bindings',
'blink_perf.canvas',
'blink_perf.css',
'blink_perf.dom',
'blink_perf.events',
'blink_perf.image_decoder',
'blink_perf.layout',
'blink_perf.owp_storage',
'blink_perf.paint',
'blink_perf.parser',
'blink_perf.shadow_dom',
'blink_perf.svg',
] ]
# We currently have two different sharding schemes for android # We currently have two different sharding schemes for android
......
...@@ -560,6 +560,18 @@ def generate_isolate_script_entry(swarming_dimensions, test_args, ...@@ -560,6 +560,18 @@ def generate_isolate_script_entry(swarming_dimensions, test_args,
BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [ BENCHMARKS_TO_OUTPUT_HISTOGRAMS = [
'dummy_benchmark.noisy_benchmark_1', 'dummy_benchmark.noisy_benchmark_1',
'dummy_benchmark.stable_benchmark_1', 'dummy_benchmark.stable_benchmark_1',
'blink_perf.bindings',
'blink_perf.canvas',
'blink_perf.css',
'blink_perf.dom',
'blink_perf.events',
'blink_perf.image_decoder',
'blink_perf.layout',
'blink_perf.owp_storage',
'blink_perf.paint',
'blink_perf.parser',
'blink_perf.shadow_dom',
'blink_perf.svg',
] ]
......
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