I have a request body type x-ndjson type.
I wante to simulate a case where if 100 users are coming, 10 user are using row1, 20 are using row2, 30 users are using row3 and remaining using row4. and that too in random order.
in our system, these three request will be executed by different users. request1 is used by less number of users and its response time is generally high.
request2 used by moderate number of users, and its response time is okay.
request 3 is used my majority of users and response time is small.
Since Api endpoint and structure is same, I want to try with same set up but want to have different number of users hitting apis.