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

Unified Diff: tools/telemetry/examples/telemetry_perf_test.py

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/telemetry/examples/rendering_microbenchmark_test.py ('k') | tools/telemetry/examples/top1k » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/examples/telemetry_perf_test.py
diff --git a/tools/chrome_remote_control/examples/crc_perf_test.py b/tools/telemetry/examples/telemetry_perf_test.py
similarity index 84%
rename from tools/chrome_remote_control/examples/crc_perf_test.py
rename to tools/telemetry/examples/telemetry_perf_test.py
index fd76a3744ee90f93b23341df6c065d9f2d911901..de9aceb6a1a50bf522663b19bf0c3b43b752099f 100755
--- a/tools/chrome_remote_control/examples/crc_perf_test.py
+++ b/tools/telemetry/examples/telemetry_perf_test.py
@@ -8,14 +8,14 @@ import time
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
-import chrome_remote_control
+import telemetry
def Main(args):
- options = chrome_remote_control.BrowserOptions()
- parser = options.CreateParser('crc_perf_test.py')
+ options = telemetry.BrowserOptions()
+ parser = options.CreateParser('telemetry_perf_test.py')
options, args = parser.parse_args(args)
- browser_to_create = chrome_remote_control.FindBrowser(options)
+ browser_to_create = telemetry.FindBrowser(options)
assert browser_to_create
with browser_to_create.Create() as b:
with b.ConnectToNthTab(0) as tab:
« no previous file with comments | « tools/telemetry/examples/rendering_microbenchmark_test.py ('k') | tools/telemetry/examples/top1k » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698