Chromium Code Reviews| Index: experimental/bisect_lib/README.md |
| diff --git a/experimental/bisect_lib/README.md b/experimental/bisect_lib/README.md |
| index b76c3d95e406e0ce5c688da3d5df69db317f756f..20d4e6a742be92cbeb3ee978fd7182dfa9b0c3e3 100644 |
| --- a/experimental/bisect_lib/README.md |
| +++ b/experimental/bisect_lib/README.md |
| @@ -1,8 +1,3 @@ |
| - |
| -<!-- Copyright 2015 The Chromium Authors. All rights reserved. |
| - Use of this source code is governed by a BSD-style license that can be |
| - found in the LICENSE file. |
| ---> |
|
sullivan
2015/12/11 20:13:24
Why is this being removed?
qyearsley
2015/12/14 18:29:18
I thought it wasn't necessary (since catapult/dash
|
| Bisect on catapult |
| ================= |
| @@ -13,15 +8,6 @@ recipes subsystem currently allows. |
| Secondary goals are: |
| - * Simplify code sharing with the related [Telemetry](https://www.chromium.org/developers/telemetry) and [Performance Dashboard](https://github.com/catapult-project/catapult/blob/master/dashboard/README.md) projects, also under catapult. |
| + * Simplify code sharing with the related Telemetry and [Performance Dashboard](/dashboard/README.md) projects. |
|
sullivan
2015/12/11 20:13:24
I think we still want code sharing with telemetry?
qyearsley
2015/12/14 18:29:18
Yep; I just shortened the end of the sentence a bi
|
| * Eventually move the bisect director role outside of buildbot/recipes and |
| into its own standalone application. |
| - |
| -These tools were created by Chromium developers for performance analysis, |
| -testing, and monitoring of Chrome, but they can also be used for analyzing and |
| -monitoring websites, and eventually Android apps. |
| - |
| -Contributing |
| -============ |
| -Please see [our contributor's guide](https://github.com/catapult-project/catapult/blob/master/CONTRIBUTING.md) |
| - |