Commit 6017d60f authored by prasadv's avatar prasadv Committed by Commit bot

Bisect config params should alway be empty.

BUG=
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#293307}
parent 073b9b87
...@@ -59,17 +59,13 @@ config = { ...@@ -59,17 +59,13 @@ config = {
""" """
config = { config = {
'max_time_minutes': '20', 'command': '',
'metric': 'Total/Total', 'good_revision': '',
'builder_port': '8341', 'bad_revision': '',
'bug_id': '405188', 'metric': '',
'repeat_count': '20', 'repeat_count': '',
'good_revision': '288423', 'max_time_minutes': '',
'builder_host': 'master4.golo.chromium.org', 'truncate_percent': '',
'truncate_percent': '25',
'command': 'tools/perf/run_benchmark -v --browser=release sunspider',
'gs_bucket': 'chrome-perf',
'bad_revision': '288447',
} }
# Workaround git try issue, see crbug.com/257689 # Workaround git try issue, see crbug.com/257689
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