X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=Documentation%2Fgit-bisect-lk2009.txt;h=8a2ba3790417d80f6e71e45bc07b1f3cbea41329;hb=d48929e1c39a01cf2d909ba140110df481c8912d;hp=efbe3790bb4a0521c954650ad43075f583500c7b;hpb=2850c1a882ff78e181d0e44b54b595e6b272a02b;p=git.git diff --git a/Documentation/git-bisect-lk2009.txt b/Documentation/git-bisect-lk2009.txt index efbe3790b..8a2ba3790 100644 --- a/Documentation/git-bisect-lk2009.txt +++ b/Documentation/git-bisect-lk2009.txt @@ -873,7 +873,7 @@ c * N * T + b * M * log2(M) tests where c is the number of rounds of test (so a small constant) and b is the ratio of bug per commit (hopefully a small constant too). -So of course it's much better as it's O(N \* T) vs O(N \* T \* M) if +So of course it's much better as it's O(N * T) vs O(N * T * M) if you would test everything after each commit. This means that test suites are good to prevent some bugs from being