mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-03-26 04:29:25 +00:00
Merge pull request #378 from setrofim/master
freqsweep: added support for additional classifiers
This commit is contained in:
commit
6cfcb89827
@ -147,6 +147,8 @@ class FreqSweep(Instrument):
|
||||
spec.id = '{}_{}_{}'.format(spec.id, sweep_spec['label'], freq)
|
||||
spec.classifiers['core'] = sweep_spec['cluster']
|
||||
spec.classifiers['freq'] = freq
|
||||
for k, v in sweep_spec['classifiers'].iteritems():
|
||||
spec.classifiers[k] = v
|
||||
spec.load(self.device, context.config.ext_loader)
|
||||
spec.workload.init_resources(context)
|
||||
spec.workload.validate()
|
||||
|
Loading…
x
Reference in New Issue
Block a user