tools/x264_perf_O3: perf result suffix "perf" → ".perf"

This commit is contained in:
2025-04-27 19:20:43 +08:00
parent f4e6da3744
commit 061915f299

View File

@@ -61,7 +61,7 @@ def main(
str(x264_exe),
*x264.specinvoke_args["ref"],
],
output=str(Path.cwd() / f"x264-{x264_run_id}perf"),
output=str(Path.cwd() / f"x264-{x264_run_id}.perf"),
),
],
check=True,