GitHub user DaGeRe opened a pull request:
https://github.com/apache/maven-surefire/pull/167
Speedup Standard Output if Tests
Currently, surefire creates a new byte array with size of the input *3 for
saving the unescaped input. This made surefire way slower than running a test
directly in eclipse or with gradle, if it used standardout or error heavily.
By using a list for saving the elements and converting them to an array
afterwards, this problem is solved, and stdout-heavy surefire tests get faster.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DaGeRe/maven-surefire master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/maven-surefire/pull/167.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #167
----
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]