abstracta / jmeter-dotnet-dsl

Simple JMeter performance tests .Net API
https://abstracta.github.io/jmeter-dotnet-dsl/
Apache License 2.0
41 stars 1 forks source link

Threadgroup missing Loopcount in configuration #15

Closed SeanLS closed 1 month ago

SeanLS commented 1 month ago

The threadgroup method seems to have the Loopcount property missing from the configuration. There is number of threads and Ramp up yet no way to optionally set Loop count

See url from JMeter as ref

Please could this be added as an optional param?

SeanLS commented 1 month ago

ForLoopController solves this. Appologies for the issue.