Index: tools/run-bisect-perf-regression.py |
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py |
index 8525d2ce7f8fdc1d270e50bae3ea56215ecfc938..aa3251dcec58a0947703afd4c0484fd6a3fa0f12 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') |