Hi Deepak, Are you testing the API with unique data or same data? It can be due to Caching- same data being consumed more than once may reduce the average response time. For 1 User, the data may be uniques for that many iterations- thus increased response time.
Regards Aditya On Mon, 9 Sep 2024 at 9:50 PM, Deepak Chaudhari <deepak.myp...@gmail.com> wrote: > Hi, > > I'm executing a load test for an API. > > When I execute the API with 1 user 10 iterations, the average response time > I'm getting with JMeter is 2000 ms (Aggregate report). > > When I execute the same API with 50 user 100 iterations, the average > response time I'm getting with JMeter is 1500 ms (Aggregate report). > > This is happening for most of the APIs in performance testing scope. > > Now stakeholders are asking how the response time for a single user is more > than 50 users. > > Regards, > DC >