Java Performance Testing Using Zerocode
In one of my previous projects, I had to add a performance testing suite for our Java APIs to measure the performance gain in the performance improvement that I was working on.
After some research, I found that Zerocode is able to fulfill our needs. Their GitHub Repo also includes an extensive documentation which made the process much easier for me.
I found that you can reuse your existing JUnit tests as performance tests using the LoadWith annotation.