[GitHub] maven-surefire pull request #167: Speedup Standard Output if Tests

2017-11-30 Thread DaGeRe
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] maven-surefire pull request #167: Speedup Standard Output if Tests

2017-11-30 Thread Tibor17
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] maven-surefire pull request #167: Speedup Standard Output if Tests

2017-10-11 Thread DaGeRe
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