speccpu: --outputdir → --output_root
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user