Does JMeter allow me to send a constant number of requests every second, instead of sequentially only when the request has finished? i.e. can I send request 2 after request 1 even if the request 1 is not done responding yet?
I am using Apache JMeter 5.2.1, I'd appreciate if anyone can give me guidance regarding this. The Constant Throughput Timer, seems to focus more on the throughput, however I'd like to simply send X req/s.