开发者

is there a junit extension to record memory taken per test

开发者 https://www.devze.com 2023-01-15 16:00 出处:网络
We use JUnitit 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 the

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消