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

Unified Diff: tools/perf/run_tests

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/run_multipage_benchmarks ('k') | tools/telemetry/.gitignore » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_tests
diff --git a/tools/perf/run_tests b/tools/perf/run_tests
index 2e78b560c506b32c6ff6127ef3d0ecec0ce3993b..384a0caf0b5a08389920b329ff9cc4acd26a8ca1 100755
--- a/tools/perf/run_tests
+++ b/tools/perf/run_tests
@@ -12,17 +12,17 @@ import os
import sys
import perf_tools
-import chrome_remote_control.run_tests
+import telemetry.run_tests
if __name__ == '__main__':
top_level_dir = os.path.abspath(
os.path.dirname(__file__))
start_dir = 'perf_tools'
- ret = chrome_remote_control.run_tests.Main(
+ ret = telemetry.run_tests.Main(
sys.argv[1:], start_dir, top_level_dir)
start_dir = 'page_sets'
- ret = chrome_remote_control.run_tests.Main(
+ ret = telemetry.run_tests.Main(
sys.argv[1:], start_dir, top_level_dir)
sys.exit(ret)
« no previous file with comments | « tools/perf/run_multipage_benchmarks ('k') | tools/telemetry/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698