You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "GATIKRUSHNA SAHU (Jira)" <ji...@apache.org> on 2023/09/07 15:26:00 UTC

[jira] [Created] (SUREFIRE-2193) Improve test execution time by sending tests in batch to ForkBooter

GATIKRUSHNA SAHU created SUREFIRE-2193:
------------------------------------------

             Summary: Improve test execution time by sending tests in batch to ForkBooter
                 Key: SUREFIRE-2193
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-2193
             Project: Maven Surefire
          Issue Type: Improvement
            Reporter: GATIKRUSHNA SAHU


Surefire is slow because IPC where for every test case it perform follow below process
 # SERIALIZE config then DESERIALIZE  and then wait for the result.Improvement if we can send number of test case in batch then it will save cost involve in IPC



--
This message was sent by Atlassian Jira
(v8.20.10#820010)