Why does load testing give better results when I increase number of load runner instances while my server has the same configuration?
I have a rest api hosted on an apache server.
With 1 Load runner instance with 250 concurrent users my average response time is 0.8 sec
But when i increase my Load runner instances from 1 to 4 my average response time decrease down from 0.8 to 0.48.
Why would that happen? Idea is to load test the server and not the consumer itself.
Please help me understand the logic why this would be happening
thanks in advance