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

Unified Diff: tools/telemetry/telemetry/page/multi_page_benchmark.py

Issue 12278015: [Telemetry] Reorganize everything. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add shebangs. Created 7 years, 10 months 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 side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/page/multi_page_benchmark.py
diff --git a/tools/telemetry/telemetry/multi_page_benchmark.py b/tools/telemetry/telemetry/page/multi_page_benchmark.py
similarity index 97%
rename from tools/telemetry/telemetry/multi_page_benchmark.py
rename to tools/telemetry/telemetry/page/multi_page_benchmark.py
index 3dbfad7e166a5ed2ca2cf4b0fa45eecb1c79224a..84e960fcd318477c6262755774a37c32faf6d01b 100644
--- a/tools/telemetry/telemetry/multi_page_benchmark.py
+++ b/tools/telemetry/telemetry/page/multi_page_benchmark.py
@@ -1,7 +1,7 @@
# Copyright (c) 2012 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.
-from telemetry import page_test
+from telemetry.page import page_test
class MeasurementFailure(page_test.Failure):
"""Exception that can be thrown from MeasurePage to indicate an undesired but
@@ -66,7 +66,7 @@ class MultiPageBenchmark(page_test.PageTest):
"""Override to actually measure the page's performance.
page is a page_set.Page
- tab is an instance of telemetry.Tab
+ tab is an instance of telemetry.core.Tab
Should call results.Add(name, units, value) for each result, or raise an
exception on failure. The name and units of each Add() call must be

Powered by Google App Engine
This is Rietveld 408576698