• Home
Name Date Size #Lines LOC

..--

bin/07-May-2024-2816

test_data/07-May-2024-482478

OWNERSD07-May-2024112 65

README.mdD07-May-2024777 1810

__init__.pyD07-May-20240 10

depot_map.pyD07-May-2024686 2010

fetch_intervening_revisions.pyD07-May-20243.1 KiB10067

fetch_intervening_revisions_test.pyD07-May-20243 KiB7456

fetch_revision_info.pyD07-May-20241.5 KiB5338

fetch_revision_info_test.pyD07-May-20241.8 KiB5035

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