Constant timer in JMeter delays every sample -


i have jmeter script n samplers. intend add constant timer of 1000 ms between 2 samplers. noticed delaying 1000 ms before every sampler. i'm working jmeter 2.13 . using bad or there error in last version of jmeter?

to apply timer single sampler, add timer child element of sampler. timer applied before sampler executed. apply timer after sampler, either add next sampler, or add child of test action sampler

http://jmeter.apache.org/usermanual/component_reference.html#timers


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -