1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-10-30 06:34:13 +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:
Marc Bonnici
2018-05-11 14:01:08 +01:00
committed by setrofim
parent 47ec0c7720
commit a23c896647
2 changed files with 5 additions and 4 deletions

View File

@@ -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):