mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-09 22:18:00 -05:00
lint round two
This commit is contained in:
@@ -196,9 +196,7 @@ def get_arguments():
|
||||
|
||||
def create_procyon_command(test_option, process_name, device_id):
|
||||
"""create command string"""
|
||||
command = (
|
||||
f'"{ABS_EXECUTABLE_PATH}" --definition={test_option} --export="{RESULTS_XML_PATH}"'
|
||||
)
|
||||
command = f'"{ABS_EXECUTABLE_PATH}" --definition={test_option} --export="{RESULTS_XML_PATH}"'
|
||||
|
||||
match process_name:
|
||||
case "ort-directml.exe":
|
||||
|
||||
@@ -146,9 +146,7 @@ def get_arguments():
|
||||
|
||||
def create_procyon_command(test_option):
|
||||
"""create command string"""
|
||||
command = (
|
||||
f'"{ABS_EXECUTABLE_PATH}" --definition={test_option} --export="{RESULTS_XML_PATH}"'
|
||||
)
|
||||
command = f'"{ABS_EXECUTABLE_PATH}" --definition={test_option} --export="{RESULTS_XML_PATH}"'
|
||||
command = command.rstrip()
|
||||
return command
|
||||
|
||||
|
||||
Reference in New Issue
Block a user