commit | 017a830ba30fbe3ff2f03ba6023c7ff212f64528 | [log] [tgz] |
---|---|---|
author | Christoffer Adamsen <christofferqa@google.com> | Fri Sep 06 13:48:27 2024 +0200 |
committer | Christoffer Adamsen <christofferqa@google.com> | Fri Sep 06 13:48:27 2024 +0200 |
tree | 822032c17d07c823564937a43f9e41351cc9f66d | |
parent | dec147a96eaff6d366f41e62e1fc64e969d736eb [diff] |
Fix iteration over sub benchmarks in perf.py Change-Id: I50e6539da39e03c65d1f7a965c2492ea7a3903fb
diff --git a/tools/perf.py b/tools/perf.py index 8261605..0a7ba98 100755 --- a/tools/perf.py +++ b/tools/perf.py
@@ -292,7 +292,7 @@ # Merge results and write output. if sub_benchmarks_for_target: - for sub_benchmark in sub_benchmarks: + for sub_benchmark in sub_benchmarks_for_target: ArchiveBenchmarkResult( benchmark + sub_benchmark, target, benchmark_result_json_files[sub_benchmark], options,