2023-03-23

How can I run multiple functions in k6 simultaneously, with specified rate per function

I'm trying to figure out a way to issue two separate requests in k6, with each request limited in relation to the other.

For example, I have two POST requests created, I want one to be hit 90% of the test run and the other 10%, to simulate a more busy and less busy endpoints being hit by requests on the same HTTP server.



No comments:

Post a Comment