Reputation: 21
I am doing the performance testing using Apache JMeter 5.0 with following thread group settings: Number of Threads (users) = 100
Ramp-Up Period (in seconds) = 5
Loop Count = 1
However, I noticed that the response time is getting lower when the number of threads are increasing.
Can help to explain or guide on what happening here?
Upvotes: 0
Views: 565
Reputation: 168002
There could be multiple reasons for this, straight-ahead I can assume following ones:
Scheduler
section of the Thread Group or using Runtime Controller Upvotes: 0