commit | dbb5e440e2a9723c97f25724d27bab5f5781aec0 | [log] [tgz] |
---|---|---|
author | sullivan <[email protected]> | Fri Dec 05 15:07:48 2014 |
committer | Commit bot <[email protected]> | Fri Dec 05 15:08:07 2014 |
tree | 022b290db0918dff94a0121bfc8f548797435c25 | |
parent | 166c0f0be9bc0d02a6744cfcf2cdd1c073517703 [diff] |
Fix step label for perf tryjob 'Running Without Patch' Looks like a typo from https://codereview.chromium.org/740633006 BUG=439353 Review URL: https://codereview.chromium.org/778143002 Cr-Commit-Position: refs/heads/master@{#307023}
diff --git a/tools/run-bisect-perf-regression.py b/tools/run-bisect-perf-regression.py index b1aaceb..133d961 100755 --- a/tools/run-bisect-perf-regression.py +++ b/tools/run-bisect-perf-regression.py
@@ -423,7 +423,7 @@ 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)