summaryrefslogtreecommitdiffstats
path: root/tools/perf/run_multipage_benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/run_multipage_benchmarks')
-rwxr-xr-xtools/perf/run_multipage_benchmarks2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/run_multipage_benchmarks b/tools/perf/run_multipage_benchmarks
index c859c30..ac22e43 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')