Flatten the round descriptions in the benchmark configuration #636
Labels
component/core
Related to the core code-base
enhancement
New feature or request
locked
Someone is already working on it
Milestone
Context
The round descriptions in the benchmark configuration file use an array notation for some attributes as shorthand for reusing
callback
andarguments
attributes values.YAML anchors can achieve the same, with the following benefits:
Expected Behavior
The round descriptions don't allow using array notation.
Actual Behavior
The round descriptions allow using array notation.
Possible Fix
Take the following config, for example:
The same with YAML anchors and aliases would look like this:
A few things to note:
Your Environment
The text was updated successfully, but these errors were encountered: