jmeter-dotnet-dsl icon indicating copy to clipboard operation
jmeter-dotnet-dsl copied to clipboard

Simple JMeter performance tests .Net API

Results 13 jmeter-dotnet-dsl issues
Sort by recently updated
recently updated
newest added

I am not seeing the ability to do a ThroughPut Controller. I see in the Java version there is a [percentController](https://abstracta.github.io/jmeter-java-dsl/guide/#execute-part-of-a-test-plan-part-a-fraction-of-the-times). Would we be able to get that implemented in...

enhancement

While most examples showcase HTTP load tests, other samplers are supported by JMeter as well. One that is especially useful to verify with load tests is Azure EventHubs. https://github.com/pnopjp/jmeter-plugins?tab=readme-ov-file Example:...

I have been playing with this wrapper for jmeter and I love how simple it is to programmatically create jmeter tests compared to building them in the gui. We have...

enhancement