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

Unified Diff: tools/telemetry/telemetry/results/__init__.py

Issue 327583002: Move results related stuff to telemetry/results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change the directory name from test_results to results Created 6 years, 6 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/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.
"""
+
« no previous file with comments | « tools/telemetry/telemetry/perf_tests_helper.py ('k') | tools/telemetry/telemetry/results/block_page_measurement_results.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698