Hello together,
currently I am looking for ways to increase the performance of our Project, if coverage of the junit tests is being collected. Unfortunately my measurement results show, that we spend nearly all of the time with requesting dumps.
For example: a suite with 60 Tests performing in 200 ms in an normal environment, takes 10,5 seconds in an environment, where code coverage is collected, but 10,25 seconds of that time were spent between:
ICoverage.requestDump
ISessionListener.sessionAdded
Is there a way to increase the performance of the dump?
Best Regards
Mario