DescriptionRevert of Refactor perf bisect script _CalculateConfidence method. (https://codereview.chromium.org/209853009/)
Reason for revert:
Caused issue 358622.
The bug was that at line 2832 I used a tuple instead of a list, then later I tried to assign to a member of the tuple, but Python tuples are immutable.
Original issue's description:
> Refactor perf bisect script _CalculateConfidence method.
>
> - Adding docstrings
> - Factoring out _CalculateBounds method
> - Bug fix???
>
> BUG=
>
> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260241
TBR=prasadv@chromium.org,simonhatch@chromium.org
NOTREECHECKS=true
NOTRY=true
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260885
Patch Set 1 #
Created: 6 years, 8 months ago
(Patch set is too large to download)
Messages
Total messages: 3 (0 generated)
|