Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Non-integer Parameters #5

@bastih

Description

@bastih

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions