Index: tools/run-bisect-perf-regression.py |
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py |
index b1aacebf37274b5dfa3bb874eb24637db2e76b0b..133d961ff9289ccd2ddbb6ddb2246b004ab19503 100755 |
--- a/tools/run-bisect-perf-regression.py |
+++ b/tools/run-bisect-perf-regression.py |
@@ -423,7 +423,7 @@ def _RunPerformanceTest(config): |
results_without_patch = _RunCommandStepForPerformanceTest( |
b, opts, False, True, annotations_dict['results_label2'], |
- annotations_dict['run1']) |
+ annotations_dict['run2']) |
# Find the link to the cloud stored results file. |
_ParseAndOutputCloudLinks(results_without_patch, results_with_patch) |