Trim leading/trailing spaces or stars when parsing a JMH output
akarnokd opened this issue · 1 comments
akarnokd commented
The following two examples fail to parse because of the leading spaces:
Benchmark (crossCL) (size) Mode Cnt Score Error Units
Misaligned.read_aligned false 4096 avgt 25 8.755 ± 0.086 us/op
or because it is part of a javadoc or comment:
/*
* Benchmark (crossCL) (size) Mode Cnt Score Error Units
* Misaligned.read_aligned false 4096 avgt 25 8.755 ± 0.086 us/op
*/
akarnokd commented
Fixed in 1.0.5.