Skip to content

Commit 63144d1

Browse files
committed
Small fix
1 parent 6abc0ac commit 63144d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharktuner/dispatch_tuner/dispatch_tuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def main() -> None:
161161
print(summary_log_file.resolve())
162162

163163
output_csv_name = (
164-
f"tuning_{args.dispatch_file.stem.removesuffix('_benchmark')}.csv"
164+
f"tuning_{args.dispatch_file.stem}.csv"
165165
)
166166
csv_path = libtuner.candidate_ordering.export_record_to_csv(
167167
dispatch_tuner.tuning_records, path_config.base_dir, output_csv_name

0 commit comments

Comments
 (0)