Hi all,
I would like to simulate x users posting n requests to a service such as a certain % of requests are identical.
For example, let say I have 1000 different payloads, I would like to simulate 100 users making 15 requests from the 1000 pool.
I tried to use random feeders but from the doc and my first attempt, it seems that “every virtual user feed on the same Feeder”.
Do you know how could I achieve that?
Thanks