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

Unified Diff: tools/perf/run_tests

Issue 1568103002: Update tools/perf to use cloud_storage from catapult. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix failing fetch_benchmark_deps unittest + 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/perf/profile_creators/update_remote_extensions.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_tests
diff --git a/tools/perf/run_tests b/tools/perf/run_tests
index 32a2b840df6d4f2adb99f715ce5ffd1ecb4df2f3..f348c87679814bffc9ad3221f8cb974586763cf8 100755
--- a/tools/perf/run_tests
+++ b/tools/perf/run_tests
@@ -15,7 +15,7 @@ import sys
from chrome_telemetry_build import chromium_config
from core import path_util
-sys.path.append(path_util.GetTelemetryDir())
+path_util.AddTelemetryToPath()
from telemetry.testing import unittest_runner
def main():
« no previous file with comments | « tools/perf/profile_creators/update_remote_extensions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698