Commit 59928457 authored by Mikhail Khokhlov's avatar Mikhail Khokhlov Committed by Commit Bot

Turn on proto trace generation on android-nexus5x-perf-fyi bot

Before we turn proto trace generation on for all bots, we want to make
sure that it works on Android.

Bug: 1028612
Change-Id: Ie013950818a1d6de0181e474387c0dc6a7c8eb81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980574Reviewed-by: default avatarCaleb Rouleau <crouleau@chromium.org>
Commit-Queue: Mikhail Khokhlov <khokhlov@google.com>
Cr-Commit-Position: refs/heads/master@{#727269}
parent 5fd13ea3
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"--browser=android-chrome", "--browser=android-chrome",
"--upload-results", "--upload-results",
"--test-shard-map-filename=android-nexus5x-perf-fyi_map.json", "--test-shard-map-filename=android-nexus5x-perf-fyi_map.json",
"--output-format=histograms" "--output-format=histograms",
"--experimental-proto-trace-format"
], ],
"isolate_name": "performance_test_suite", "isolate_name": "performance_test_suite",
"merge": { "merge": {
......
...@@ -98,6 +98,7 @@ FYI_BUILDERS = { ...@@ -98,6 +98,7 @@ FYI_BUILDERS = {
'isolate': 'performance_test_suite', 'isolate': 'performance_test_suite',
'extra_args': [ 'extra_args': [
'--output-format=histograms', '--output-format=histograms',
'--experimental-proto-trace-format',
], ],
} }
], ],
......
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