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

Unified Diff: tools/perf/run_multipage_benchmarks

Issue 12278015: [Telemetry] Reorganize everything. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Re-add shebangs. Created 7 years, 10 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
« no previous file with comments | « tools/perf/record_wpr ('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 c25c43394bd177f8953beb02b762efdec88b7044..ca4115f1216d96dc490be2852c58f763ff59c188 100755
--- a/tools/perf/run_multipage_benchmarks
+++ b/tools/perf/run_multipage_benchmarks
@@ -39,6 +39,6 @@ if __name__ == '__main__':
'http://src.chromium.org/viewvc/chrome/trunk/src/tools/' +
'perf/perf_lib/bootstrap_deps')
import perf_tools
- from telemetry import multi_page_benchmark_runner
+ from telemetry.page import multi_page_benchmark_runner
benchmark_dir = os.path.join(os.path.dirname(__file__), 'perf_tools')
sys.exit(multi_page_benchmark_runner.Main(benchmark_dir))
« no previous file with comments | « tools/perf/record_wpr ('k') | tools/perf/run_tests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698