This issue describes a set of changes to the arguments parameter of osu benchmark
rename arguments to options to remove confusion with arguments key at top-level. Previous campaign file should still be usable: If options is not set but arguments is, then hpcbench should raise a warning but still take arguments into account. for instance:
allow partial override of options (formally arguments) i.e user should not have to specify options of all categories when he only wants to customise one, for instance:
Here is a current valid campaign invoking osu:
This issue describes a set of changes to the
arguments
parameter of osu benchmarkrename
arguments
tooptions
to remove confusion witharguments
key at top-level. Previous campaign file should still be usable: Ifoptions
is not set butarguments
is, then hpcbench should raise a warning but still takearguments
into account. for instance:allow partial override of
options
(formallyarguments
) i.e user should not have to specify options of all categories when he only wants to customise one, for instance:if value is a list instead of a dict, then it is used for all categories, for instance: