| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| __init__.py | 21-Oct-2016 | 0 | |
| bin/ | 21-Oct-2016 | ||
| depot_map.py | 21-Oct-2016 | 686 | |
| fetch_intervening_revisions.py | 21-Oct-2016 | 3.1K | |
| fetch_intervening_revisions_test.py | 21-Oct-2016 | 3K | |
| fetch_revision_info.py | 21-Oct-2016 | 1.5K | |
| fetch_revision_info_test.py | 21-Oct-2016 | 1.8K | |
| OWNERS | 21-Oct-2016 | 112 | |
| README.md | 21-Oct-2016 | 777 | |
| test_data/ | 21-Oct-2016 | ||
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 --> 5 Bisect on catapult 6 ================= 7 8 The purpose of this library is to house the logic used by the [bisect 9 recipe](https://code.google.com/p/chromium/codesearch#chromium/build/scripts/slave/recipes/bisect.py) 10 to improve its stability, testability and mathematical soundness beyond what the 11 recipes subsystem currently allows. 12 13 Secondary 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