Skip to content

Commit 5c64843

Browse files
committed
Change target csv_path to tsv format.
1 parent ca8ca47 commit 5c64843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/run_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ def run_benchmark_multithreaded(benchmark_config):
455455
calculate_metrics_results.append({"metadata": metadata, "metrics": metrics})
456456

457457
if csv_path:
458-
write_to_csv(f"{csv_path}/{test_name}.csv", calculate_metrics_results)
458+
write_to_csv(f"{csv_path}/{test_name}.tsv", calculate_metrics_results)
459459

460460

461461
if __name__ == "__main__":

0 commit comments

Comments
 (0)