libnonius / nonius

A C++ micro-benchmarking framework
https://nonius.io
Creative Commons Zero v1.0 Universal
358 stars 47 forks source link

No closing tag for element property in xml-file #105

Open spiderDevel opened 6 years ago

spiderDevel commented 6 years ago

When using the Junit-reporter the field "property" is not closed properly. Example: <property name="resamples" value="100000">

The property-line needs an additional "/" e.g. <property name="samples" value="100" />