Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
120 stars 99 forks source link

When JMETER_WORKERS_COUNT=1, the controller/workers approach should not be used #50

Open allantargino opened 4 years ago

allantargino commented 4 years ago

When using a single worker, we should optimize to not use JMeter in distributed mode, since it currently creates 1 controller and 1 worker. Instead, we should spawn just a single jmeter instance.