Why are there 2 requests on average if I spawn 100 users simultaneously? Shouldn't there be 100 simultaneous requests at the beginning? What may be the reason that does not happen?
I have set up a very simple stress test in Locust, with a user class that does a post on an API.
I spawn 100 users at a rate of 100 per second so they spawn as fast as they can (takes about 2 seconds to spawn all the users). Why aren't there 100 http calls within the first 2 to 10 seconds? What's going on?