| Index: tools/telemetry/telemetry/results/__init__.py
|
| diff --git a/tools/telemetry/telemetry/web_perf/__init__.py b/tools/telemetry/telemetry/results/__init__.py
|
| similarity index 58%
|
| copy from tools/telemetry/telemetry/web_perf/__init__.py
|
| copy to tools/telemetry/telemetry/results/__init__.py
|
| index 648af8e6b99e2b62c5179fce820094aa34685104..172bd9ee690a0efa1b7837c4258d471a8380f640 100644
|
| --- a/tools/telemetry/telemetry/web_perf/__init__.py
|
| +++ b/tools/telemetry/telemetry/results/__init__.py
|
| @@ -2,6 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| """
|
| -The web_perf module provides utilities and measurements for benchmarking web
|
| -app's performance.
|
| +The PageTestResults hierarchy provides a way of representing the results of
|
| +running the test or measurement on pages.
|
| """
|
| +
|
|
|