Skip to content

Commit c54cd76

Browse files
committed
Remove unused metadata variable for now
1 parent f8ccc30 commit c54cd76

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

devops/scripts/benchmarks/main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,6 @@ def main(directory, additional_env_vars, save_name, compare_names, filter):
167167
TestSuite(),
168168
]
169169

170-
# Collect metadata from all benchmarks without setting them up
171-
metadata = collect_metadata(suites)
172-
173170
# If dry run, we're done
174171
if options.dry_run:
175172
suites = []

0 commit comments

Comments
 (0)