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

Unified Diff: tools/perf/run_benchmark

Issue 2840213003: Move blink_perf.xml_http_request benchmark to tools/perf/contrib/ directory (Closed)
Patch Set: Simplify benchmark_finders code 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
« no previous file with comments | « tools/perf/core/trybot_command.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_benchmark
diff --git a/tools/perf/run_benchmark b/tools/perf/run_benchmark
index 00fb6af885a2268184929f8111e8d0df6ee1b690..9329184b9784a89bbb09436c94862726c796af68 100755
--- a/tools/perf/run_benchmark
+++ b/tools/perf/run_benchmark
@@ -16,7 +16,8 @@ from chrome_telemetry_build import chromium_config
def main():
config = chromium_config.ChromiumConfig(
- benchmark_dirs=[path_util.GetPerfBenchmarksDir()],
+ benchmark_dirs=[path_util.GetPerfBenchmarksDir(),
+ path_util.GetPerfContribDir()],
top_level_dir=path_util.GetPerfDir())
return benchmark_runner.main(config, [trybot_command.Trybot])
« no previous file with comments | « tools/perf/core/trybot_command.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698