I have a Simple Test Plan:
- Thread Group
- Runtime Controller
- Dummy Sampler
- JSR223 Post Processor
- Dummy Sampler
- Runtime Controller
Which works fine, unless I uncheck the Simulate response time(sleep)
checkbox
Then It sends more than 300 request per seconds! (I see it using log in my post processor)
Without controller it works fine and also with different controller as Simple Controller
I didn't find in Dummy Sampler documentation any indication of such behavior.
Should this checkbox never be uncheck under Runtime controller?
I'm not sure if it's a bug in JMeter or plugin or just wrong settings.