Tibor17 commented on PR #518: URL: https://github.com/apache/maven-surefire/pull/518#issuecomment-1096956544
`StringBuilder s = new StringBuilder( 1025 )` extra 1000 nano seconds are not visible by humans. `StringBuilder` reallocates the internal array. The other users may think that `1025` is some business value in this test but we know that it is not. We can call the default constructor. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org