smicyk / groovy-jmeter

A Groovy-based DSL for building and running JMeter test plans from command line and more.
Apache License 2.0
13 stars 1 forks source link

[feature] Jmeter Timers #69

Closed AntonioSun closed 2 years ago

AntonioSun commented 2 years ago

From https://www.guru99.com/timers-jmeter.html

By default, JMeter sends the request without pausing between each request. In that case, JMeter could overwhelm your test server by making too many requests in a short amount of times. in real life visitors do not arrive at a website all at the same time, but at different time intervals. So Timer will help mimic the real-time behavior.

Please add them, at least the Uniform random timer one, which would be most useful. thx.

AntonioSun commented 2 years ago

https://github.com/smicyk/groovy-jmeter/wiki#timer Strange, I tried to find it before posting.

smicyk commented 2 years ago

Hi, please check also https://github.com/smicyk/groovy-jmeter/wiki/Components-Status where you have JMeter component name (as on JMeter Page) and implementation status in groovy-jmeter.

Hope it helps.