Convert to str

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
DarkLight1337 2025-10-17 13:52:34 +00:00
parent 34f35eaa57
commit e9c13a9765

View File

@ -86,7 +86,7 @@ def benchmark_one_run(
*_override_args(bench_cmd, bench_overrides),
"--save-result",
"--result-dir",
result_dir,
str(result_dir),
"--result-filename",
result_path.name,
]