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

Unified Diff: tools/perf/core/path_util.py

Issue 2840213003: Move blink_perf.xml_http_request benchmark to tools/perf/contrib/ directory (Closed)
Patch Set: Make sure that trybot include contrib dir Created 3 years, 8 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
Index: tools/perf/core/path_util.py
diff --git a/tools/perf/core/path_util.py b/tools/perf/core/path_util.py
index dcfcd082b256222ccf3b92e936827c44e6d6fcda..44bfdd414780139ada14e8b7e3a5a046357000cd 100644
--- a/tools/perf/core/path_util.py
+++ b/tools/perf/core/path_util.py
@@ -28,6 +28,10 @@ def GetPerfBenchmarksDir():
return os.path.join(GetPerfDir(), 'benchmarks')
+def GetPerfContribDir():
+ return os.path.join(GetPerfDir(), 'contrib')
+
+
def AddTelemetryToPath():
telemetry_path = GetTelemetryDir()
if telemetry_path not in sys.path:

Powered by Google App Engine
This is Rietveld 408576698