Skip to content

Commit

Permalink
Pass MET command as detail into the info.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Feb 6, 2025
1 parent b06b4aa commit b67c95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scripts/benchmark/benchmark.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def run_met_cli(settings:dict, ts, files_from_ctrack:tuple) -> None:
save_results(consolidated_df, settings['benchmark_output_path'], ts, full_filename, settings['met_subdir_name'])

# provide information about this run: Python version, etc.
generate_info(settings, ts, "direct MET invocation" , settings['met_subdir_name'])
generate_info(settings, ts, "met_command" , settings['met_subdir_name'])

def run_benchmark():
"""
Expand Down

0 comments on commit b67c95d

Please sign in to comment.