0

I want to instrument my entire application, launch it, and then execute some system test runs. How much slower will my application run (manually testing so no ant JVM launch issues)? 1.5X, 2X, 10X, 20X,...

Lance Kind
  • 949
  • 12
  • 32

1 Answers1

0

The following studies show Cobertura adds from 30% to 100% to execution time.

Article: Pick your code coverage tool in sonar

Article: Code coverage tools jacoco, cobertura, and emma. A comparison in sonar.

Lance Kind
  • 949
  • 12
  • 32