From 061915f299d56fb84befe30f52bd491890df24e3 Mon Sep 17 00:00:00 2001 From: Yingchi Long Date: Sun, 27 Apr 2025 19:20:43 +0800 Subject: [PATCH] =?UTF-8?q?tools/x264=5Fperf=5FO3:=20perf=20result=20suffi?= =?UTF-8?q?x=20"perf"=20=E2=86=92=20".perf"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tools/x264_perf_O3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/x264_perf_O3.py b/tools/x264_perf_O3.py index d637c7d..72a7b55 100644 --- a/tools/x264_perf_O3.py +++ b/tools/x264_perf_O3.py @@ -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,