Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
bin/ | 22-Nov-2023 | - | 28 | 16 | ||
test_data/ | 22-Nov-2023 | - | 482 | 478 | ||
OWNERS | D | 22-Nov-2023 | 112 | 6 | 5 | |
README.md | D | 22-Nov-2023 | 777 | 18 | 10 | |
__init__.py | D | 22-Nov-2023 | 0 | 1 | 0 | |
depot_map.py | D | 22-Nov-2023 | 686 | 20 | 10 | |
fetch_intervening_revisions.py | D | 22-Nov-2023 | 3.1 KiB | 100 | 67 | |
fetch_intervening_revisions_test.py | D | 22-Nov-2023 | 3 KiB | 74 | 56 | |
fetch_revision_info.py | D | 22-Nov-2023 | 1.5 KiB | 53 | 38 | |
fetch_revision_info_test.py | D | 22-Nov-2023 | 1.8 KiB | 50 | 35 |
README.md
1<!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 Use of this source code is governed by a BSD-style license that can be 3 found in the LICENSE file. 4--> 5Bisect on catapult 6================= 7 8The purpose of this library is to house the logic used by the [bisect 9recipe](https://code.google.com/p/chromium/codesearch#chromium/build/scripts/slave/recipes/bisect.py) 10to improve its stability, testability and mathematical soundness beyond what the 11recipes subsystem currently allows. 12 13Secondary goals are: 14 15 * Simplify code sharing with the related [Telemetry](/telemetry/README.md) and [Performance Dashboard](/dashboard/README.md) projects. 16 * Eventually move the bisect director role outside of buildbot/recipes and 17 into its own standalone application. 18