speccpu: --outputdir--output_root

This commit is contained in:
2025-04-23 13:59:02 +08:00
parent c2ba7f45ab
commit f833cfaa52
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ class SPEC:
workload,
"-c",
config,
*(["--outputdir", str(output_root)] if output_root else []),
*(["--output_root", str(output_root)] if output_root else []),
*benchmarks,
]