is there a junit extension to record memory taken per test
We use JUnit it for normal unit testing, integration testing, feature testing etc.
It will be useful to record memory consumed by individual test and compare with dif开发者_运维问答ferent run. Is there any JUnit extension that does this sort of thing already? (apparently IntelliJ 's JUnit runner does this)
Probably you should use one of those open source memory profilers along with your JUnit suite. Here is the list.
精彩评论