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

Unified Diff: tools/perf/run_multipage_benchmarks

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/perf_tools/spaceport.py ('k') | tools/perf/run_tests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_multipage_benchmarks
diff --git a/tools/perf/run_multipage_benchmarks b/tools/perf/run_multipage_benchmarks
index c859c3033594437d1650470d3b4c1e929cc94706..ac22e43bdc020b73de34c93089ab0d9e6f87ede6 100755
--- a/tools/perf/run_multipage_benchmarks
+++ b/tools/perf/run_multipage_benchmarks
@@ -6,7 +6,7 @@ import os
import sys
import perf_tools
-from chrome_remote_control import multi_page_benchmark_runner
+from telemetry import multi_page_benchmark_runner
if __name__ == '__main__':
benchmark_dir = os.path.join(os.path.dirname(__file__), 'perf_tools')
« no previous file with comments | « tools/perf/perf_tools/spaceport.py ('k') | tools/perf/run_tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698