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

Unified Diff: tools/perf/metrics/test_page_test_results.py

Issue 436453002: Remove page_measurement_results. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 6 years, 4 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
« no previous file with comments | « tools/perf/metrics/test_page_measurement_results.py ('k') | tools/perf/metrics/timeline_unittest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/metrics/test_page_test_results.py
diff --git a/tools/perf/metrics/test_page_measurement_results.py b/tools/perf/metrics/test_page_test_results.py
similarity index 83%
rename from tools/perf/metrics/test_page_measurement_results.py
rename to tools/perf/metrics/test_page_test_results.py
index e2b609111c862693fd1a08aeed33338d31a8844a..d2fb2566ee9d08797b12c18350ef9ea6a28b8839 100644
--- a/tools/perf/metrics/test_page_measurement_results.py
+++ b/tools/perf/metrics/test_page_test_results.py
@@ -3,14 +3,14 @@
# found in the LICENSE file.
from telemetry.page import page as page_module
-from telemetry.results import page_measurement_results
+from telemetry.results import page_test_results
from telemetry.value import scalar
-class TestPageMeasurementResults(
- page_measurement_results.PageMeasurementResults):
+class TestPageTestResults(
+ page_test_results.PageTestResults):
def __init__(self, test):
- super(TestPageMeasurementResults, self).__init__()
+ super(TestPageTestResults, self).__init__()
self.test = test
page = page_module.Page("http://www.google.com", {})
self.WillRunPage(page)
« no previous file with comments | « tools/perf/metrics/test_page_measurement_results.py ('k') | tools/perf/metrics/timeline_unittest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698