| Index: tools/perf/contrib/cluster_telemetry/repaint_unittest.py
|
| diff --git a/tools/perf/measurements/repaint_unittest.py b/tools/perf/contrib/cluster_telemetry/repaint_unittest.py
|
| similarity index 98%
|
| rename from tools/perf/measurements/repaint_unittest.py
|
| rename to tools/perf/contrib/cluster_telemetry/repaint_unittest.py
|
| index 83c7f13f3c97a21579640b5efbfa2d8f6a3cde12..97bdc2108df7fcbc1a1a6beef17c94465ff93deb 100644
|
| --- a/tools/perf/measurements/repaint_unittest.py
|
| +++ b/tools/perf/contrib/cluster_telemetry/repaint_unittest.py
|
| @@ -2,6 +2,9 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +from contrib.cluster_telemetry import repaint_helpers
|
| +
|
| +
|
| from telemetry import decorators
|
| from telemetry.page import page as page_module
|
| from telemetry.testing import options_for_unittests
|
| @@ -9,7 +12,6 @@ from telemetry.testing import page_test_test_case
|
| from telemetry.util import wpr_modes
|
|
|
| from measurements import smoothness
|
| -from page_sets import repaint_helpers
|
|
|
|
|
| class TestRepaintPage(page_module.Page):
|
|
|