Where the profile dictates how many requests to send per second, over which span duration. I.e. 60s duration with 120 requests is 2 req/s
Output when using profiled execution mode looks as follows, pulsing back an update everytime a request is fired off or the promise lands back in the app:
Also adds the api tests to execute as part of the normal deployment steps.
Note: This code isn't perfect, but it's perfectly functional to do the job in both one-shot and profiled execution modes. We can come back and tidy some bits up as we move forward.
Introducing, the workspace destroyer:
Adds and implements new load testing named parameters to the API testing framework
Where the profile dictates how many requests to send per second, over which span duration. I.e. 60s duration with 120 requests is 2 req/s
Output when using profiled execution mode looks as follows, pulsing back an update everytime a request is fired off or the promise lands back in the app:
Also adds the api tests to execute as part of the normal deployment steps.
Note: This code isn't perfect, but it's perfectly functional to do the job in both one-shot and profiled execution modes. We can come back and tidy some bits up as we move forward.