tools/x264_perf_O3: perf result suffix "perf" → ".perf"
This commit is contained in:
@@ -61,7 +61,7 @@ def main(
|
|||||||
str(x264_exe),
|
str(x264_exe),
|
||||||
*x264.specinvoke_args["ref"],
|
*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,
|
check=True,
|
||||||
|
|||||||
Reference in New Issue
Block a user