Skip to content

Space support in lrms banchmark

Andrii Salnikov requested to merge andrii/arc:benchmark-with-space into next

Adds spaces handling for [lrms] benchmark into arcconfig-parser code. This way it accepts both colon and space:

  • making it backward compatible with ARC6 arc.conf if someone already have colon there
  • no need to implement additional parsing in C++ code

Merge request reports