Benchmarking

Benchmarking


Because JVM will do code optimization (removing dead code, etc) when it runs the code, and it doesn't take into account warm-up and all other things. So we should use the tool to simulate a real production environment with warm-ups and etc.


Report Page