Commit c43d5a1d authored by prasadv's avatar prasadv Committed by Commit bot

Change constructor call in run-bisect-perf-regression.py

I think this was missed while refactoring source_control.py in crrev.com/299851

BUG=424296
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#299956}
parent 0f3f5253
......@@ -245,7 +245,7 @@ def _RunPerformanceTest(config):
bisect_utils.OutputAnnotationStepStart('Building With Patch')
opts = _CreateBisectOptionsFromConfig(config)
b = bisect_perf_regression.BisectPerformanceMetrics(None, opts)
b = bisect_perf_regression.BisectPerformanceMetrics(opts)
if bisect_utils.RunGClient(['runhooks']):
raise RuntimeError('Failed to run gclient runhooks')
......
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