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.



Comments

Popular posts from this blog

Spring Elasticsearch Operations

Object oriented programming concepts (OOPs)

Spring Boot and Vaadin : Filtering rows in Vaadin Grid