How can I go about running tests/controllers based on random weight? For instance, have two tests, one with a weight of 25%, the other with 50%. The one with 50 should run t
You better use 2 thread groups for this case. Set up first to generate more request than second.
PS. You may use Throughput Shaping Timer to control rate in each group.