mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-10-30 22:54:18 +00:00
wa/workloads: Update to use threads parameter
Update workloads to use `threads` parameter to try and keep configuration more consistent across workloads.
This commit is contained in:
@@ -148,8 +148,9 @@ class Meabo(Workload):
|
||||
default=range(1, 11),
|
||||
),
|
||||
Parameter(
|
||||
'num_threads',
|
||||
'threads',
|
||||
kind=int,
|
||||
aliases=['num_threads'],
|
||||
description='''
|
||||
Controls how many threads the application will be using.
|
||||
''',
|
||||
@@ -227,7 +228,7 @@ class Meabo(Workload):
|
||||
('-x', 'num_palindromes'),
|
||||
('-p', 'num_particles'),
|
||||
('-R', 'num_randomloc'),
|
||||
('-T', 'num_threads'),
|
||||
('-T', 'threads'),
|
||||
]
|
||||
|
||||
def validate(self):
|
||||
|
||||
Reference in New Issue
Block a user