Open rrnewton opened 10 years ago
These could use the Read instance for ParamSetting to bring in an extra setting, which could then be And'd into the ParamSpace before running.
Read
ParamSetting
And
This is partially supported with the --param argument. But it would still be good to support the full BenchSpace, including the Set form with the "meaning" bit.
--param
BenchSpace
Set
These could use the
Read
instance forParamSetting
to bring in an extra setting, which could then beAnd
'd into the ParamSpace before running.