Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Side by Side Diff: experimental/bisect_lib/index.md

Issue 1509273003: [Catapult doc] Add index.md copies of README.md (Closed) Base URL: git@github.com:catapult-project/catapult.git@md-pages
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « dashboard/index.md ('k') | index.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 Bisect on catapult 6 Bisect on catapult
7 ================= 7 =================
8 8
9 The purpose of this library is to house the logic used by the [bisect 9 The purpose of this library is to house the logic used by the [bisect
10 recipe](https://code.google.com/p/chromium/codesearch#chromium/build/scripts/sla ve/recipes/bisect.py) 10 recipe](https://code.google.com/p/chromium/codesearch#chromium/build/scripts/sla ve/recipes/bisect.py)
11 to improve its stability, testability and mathematical soundness beyond what the 11 to improve its stability, testability and mathematical soundness beyond what the
12 recipes subsystem currently allows. 12 recipes subsystem currently allows.
13 13
14 Secondary goals are: 14 Secondary goals are:
15 15
16 * Simplify code sharing with the related [Telemetry](https://www.chromium.org/d evelopers/telemetry) and [Performance Dashboard](https://github.com/catapult-pro ject/catapult/blob/master/dashboard/README.md) projects, also under catapult. 16 * Simplify code sharing with the related [Telemetry](https://www.chromium.org/d evelopers/telemetry) and [Performance Dashboard](https://github.com/catapult-pro ject/catapult/blob/master/dashboard/README.md) projects, also under catapult.
17 * Eventually move the bisect director role outside of buildbot/recipes and 17 * Eventually move the bisect director role outside of buildbot/recipes and
18 into its own standalone application. 18 into its own standalone application.
19 19
20 These tools were created by Chromium developers for performance analysis, 20 These tools were created by Chromium developers for performance analysis,
21 testing, and monitoring of Chrome, but they can also be used for analyzing and 21 testing, and monitoring of Chrome, but they can also be used for analyzing and
22 monitoring websites, and eventually Android apps. 22 monitoring websites, and eventually Android apps.
23 23
24 Contributing 24 Contributing
25 ============ 25 ============
26 Please see [our contributor's guide](https://github.com/catapult-project/catapul t/blob/master/CONTRIBUTING.md) 26 Please see [our contributor's guide](https://github.com/catapult-project/catapul t/blob/master/CONTRIBUTING.md)
27 27
OLDNEW
« no previous file with comments | « dashboard/index.md ('k') | index.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698