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
Customers need to periodically check if they can scale their web applications X times the current volume of requests per second to plan for scalability.
Thus, an observability tool is used to obtain throughput and latency SLAs, and the values obtained are used as a baseline to validate the ability to scale.
For this, it would be necessary, in the same test package, to have different users that run different tasks sets, with different LoadShapes, as in the example below:
I was able to test scalability using just one LoadTestShape class, independently calculating the target troughput of each task, for a given target scale, using the function constant_throughput_at_scale(throughput).
irawildjunior
changed the title
Use of different LoadTestShape in the same locust file
Use of different LoadTestShape classes in the same locust file
Aug 5, 2022
Describe the solution you'd like
Customers need to periodically check if they can scale their web applications X times the current volume of requests per second to plan for scalability.
Thus, an observability tool is used to obtain throughput and latency SLAs, and the values obtained are used as a baseline to validate the ability to scale.
For this, it would be necessary, in the same test package, to have different users that run different tasks sets, with different LoadShapes, as in the example below:
The text was updated successfully, but these errors were encountered: