You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the model gets deployed successfully, but I am not able to hit more than 228 request for any number of users and hatch rate for a run time of 60 seconds in locust with constant_throughput(1).
for example, for num users = 100, hatch rate = 100, the timings are:
p50 = 26000 ms
p90 = 26000 ms
p99 = 27000 ms
p100 = 27000 ms
reqs = 223