Performance Impact of Jacoco Tools

I plan to use Jacoco for several of our projects to find out the code coverage.

Code coverage should be obtained for the Selenium UI test.

What is the impact on performance when running tools?

Change → with additional information

I plan to connect jacoco to the JVM and then run the Selenium UI tests against the application under test. One of the problems that arise is that since jacoco uses tools on the fly, this can make the application slow.

What will be the impact of toolkit on application performance during testing?

+4
source share

All Articles