mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-20 20:09:11 +00:00
commands/create: Remove global section of generated agenda
Move the iterations parameter into `config`so the `global` section can be removed.
This commit is contained in:
parent
ff5e5821d0
commit
efc7dc9326
@ -36,8 +36,7 @@ class CreateAgendaSubcommand(SubCommand):
|
||||
|
||||
def execute(self, state, args):
|
||||
agenda = OrderedDict()
|
||||
agenda['config'] = OrderedDict(instruments=[], output_processors=[])
|
||||
agenda['global'] = OrderedDict(iterations=args.iterations)
|
||||
agenda['config'] = OrderedDict(augmentations=[], iterations=args.iterations)
|
||||
agenda['workloads'] = []
|
||||
target_desc = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user