Github user DaGeRe commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/167#discussion_r154208805
--- Diff:
surefire-api/src/main/java/org/apache/maven/surefire/booter/ForkingRunListener.java
---
@@ -200,14 +200,8 @@ void sendProps()
@Ove
Github user Tibor17 commented on a diff in the pull request:
https://github.com/apache/maven-surefire/pull/167#discussion_r154174674
--- Diff:
surefire-api/src/main/java/org/apache/maven/surefire/booter/ForkingRunListener.java
---
@@ -200,14 +200,8 @@ void sendProps()
@Ov
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
dire