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

Unified Diff: tools/perf/fetch_benchmark_deps.py

Issue 2921353002: Refactor how we fetch Telemetry deps conditionally (Closed)
Patch Set: Update path ref Created 3 years, 6 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
« tools/perf/conditionally_execute ('K') | « tools/perf/conditionally_execute ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/fetch_benchmark_deps.py
diff --git a/tools/perf/fetch_benchmark_deps.py b/tools/perf/fetch_benchmark_deps.py
index 0a07d061a5a86c84be67d036b1c77af20e64cc19..937a37f39692727fd15c686bf01a12784b328f5c 100755
--- a/tools/perf/fetch_benchmark_deps.py
+++ b/tools/perf/fetch_benchmark_deps.py
@@ -98,7 +98,7 @@ def main(args, output):
'Press enter to continue...')
for b in benchmark_finders.GetAllBenchmarks():
print >> output, ('Fetch dependencies for benchmark %s:'
- % benchmark.Name())
+ % b.Name())
FetchDepsForBenchmark(b, output)
if __name__ == '__main__':
« tools/perf/conditionally_execute ('K') | « tools/perf/conditionally_execute ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698