It would be great to have parameters that are more descriptive than integers: ``` enum WORKLOAD { WL_sequential = 2, WL_random = 3 }; addParameter(new Parameter("workload", {WL_sequential, WL_random})); ``` Or be able to pass "meanings" along with them for output and display.
It would be great to have parameters that are more descriptive than integers:
Or be able to pass "meanings" along with them for output and display.