microsoft / azure-load-testing

MIT License
22 stars 3 forks source link

[Feature Request] Provide the ability to choose the "size" of the test engines instances #101

Open mmosallem opened 2 years ago

mmosallem commented 2 years ago

Is your feature request related to a problem? Please describe. Some load tests are pretty extensive requiring great amount of memory/cpu. Currently we have a pool of azure virtual machines (size Standard F32s, 32 vcpu, 64 GiB memory) that we use in our load testing.

Describe the solution you'd like The user should have the ability to choose the size (in terms of virtual cpus and memory) for the underlying test engines. This configuration could be specified when provisioning the Azure Load Testing resource, or it could be a configuration on the test level.

The available sizes could be subset of the available azure VM sizes (https://docs.microsoft.com/en-us/azure/virtual-machines/sizes).

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.-

Additional context Add any other context or screenshots about the feature request here.

AB#1614841

ninallam commented 2 years ago

@mmosallem Thanks for reaching out. We will add this to our roadmap to support multiple configurations of VMs and provide the option to choose.