I am creating a web application in Java, I want to check how efficiently can my code execute?
Are there any benchmark tools for testing Java Code?
I am creating a web application in Java, I want to check how efficiently can my code execute?
Are there any benchmark tools for testing Java Code?
If you like to test the whole http call response time you can use tools like Jmeter.
It is an open source tool:
Apache JMeter may be used to test performance both on static and dynamic resources
and again
You can use it to make a graphical analysis of performance or to test your server/script/object behavior under heavy concurrent load.
In the past I used it when I worked in a team responsible for performances of a big italian web site.