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

Unified Diff: tools/perf/run_benchmark

Issue 170313010: Revert of [telemetry] Script for finding all Telemetry dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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_measurement » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/run_benchmark
diff --git a/tools/perf/run_benchmark b/tools/perf/run_benchmark
index 167665150ac07fdf9623ae2b4281f18b616ad93f..e6dd566565bc3bfa0db0e037822fa842dee29ecf 100755
--- a/tools/perf/run_benchmark
+++ b/tools/perf/run_benchmark
@@ -6,8 +6,7 @@
import os
import sys
-sys.path.append(os.path.join(
- os.path.dirname(os.path.realpath(__file__)), os.pardir, 'telemetry'))
+sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, 'telemetry'))
from telemetry import test_runner
« no previous file with comments | « tools/perf/record_wpr ('k') | tools/perf/run_measurement » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698