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

Unified Diff: tools/chrome_proxy/run_benchmark

Issue 1582793006: [Telemetry] Update all clients to use chromium_config.GetTelemetryDir() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more rebase Created 4 years, 11 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/chrome_proxy/chrome_proxy_config.py ('k') | tools/chrome_proxy/run_livetests » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/run_benchmark
diff --git a/tools/chrome_proxy/run_benchmark b/tools/chrome_proxy/run_benchmark
index 1fac515891f170bd9aaeeea8a599e7fbf3a32fb3..c71db43d8493d53e4612d7d2b7d7ce3b5a320755 100755
--- a/tools/chrome_proxy/run_benchmark
+++ b/tools/chrome_proxy/run_benchmark
@@ -6,11 +6,11 @@
import os
import sys
-sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
+import chrome_proxy_config
-from telemetry import benchmark_runner
+sys.path.insert(1, chrome_proxy_config.TELEMETRY_DIR)
-import chrome_proxy_config
+from telemetry import benchmark_runner
if __name__ == '__main__':
« no previous file with comments | « tools/chrome_proxy/chrome_proxy_config.py ('k') | tools/chrome_proxy/run_livetests » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698