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

Unified Diff: tools/perf/run_tests

Issue 2824053002: [tools/perf] Remove default values of benchmark_dirs and top_level_dir in chromium_config module (R… (Closed)
Patch Set: Fix referencess 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/run_telemetry_tests ('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 c9486fe3ad8512cbd9cf9f111a6437aaba4bd421..152fa8575abd6907e9506f20e610e226f28cdb3f 100755
--- a/tools/perf/run_tests
+++ b/tools/perf/run_tests
@@ -20,7 +20,8 @@ from telemetry.testing import unittest_runner
def main():
- project_config = chromium_config.ChromiumConfig()
+ project_config = chromium_config.ChromiumConfig(
+ top_level_dir=path_util.GetPerfDir())
return unittest_runner.Run(project_config)
if __name__ == '__main__':
« no previous file with comments | « tools/perf/run_telemetry_tests ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698