summaryrefslogtreecommitdiffstats
path: root/tools/run-bisect-perf-regression.py
diff options
context:
space:
mode:
authorprasadv <prasadv@chromium.org>2014-10-16 12:39:04 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-16 19:39:26 +0000
commitc43d5a1de9f91fe232d3bffefcb02e0cc1e65ab9 (patch)
tree2d05da9d01a39fd537e4c57b6fd3c10b605ee39d /tools/run-bisect-perf-regression.py
parent0f3f5253b1c96c34607d117a10e390def50cf1bc (diff)
downloadchromium_src-c43d5a1de9f91fe232d3bffefcb02e0cc1e65ab9.zip
chromium_src-c43d5a1de9f91fe232d3bffefcb02e0cc1e65ab9.tar.gz
chromium_src-c43d5a1de9f91fe232d3bffefcb02e0cc1e65ab9.tar.bz2
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}
Diffstat (limited to 'tools/run-bisect-perf-regression.py')
-rwxr-xr-xtools/run-bisect-perf-regression.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py
index 8525d2c..aa3251d 100755
--- a/tools/run-bisect-perf-regression.py
+++ b/tools/run-bisect-perf-regression.py
@@ -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')