Skip to main content

Throughput Stress Test

Much like Steve's User Simulation test, we also created a "Stress" test to run each endpoint as many times in a given interval. The test that was created can be found:
\src\Utopia\UtopiaTesting\Tests\LoadTests\ThroughputStressTest.jmx

This test takes every endpoint we have (as of like Dec 2019) and runs them through a throughput controller. Pretty much takes the endpoint and runs it as many times as it can in a 15 second interval, with a 5 second cool down. The cool down is needed, otherwise the results will be skewed, as call times will cut off (stop listening for the return) and cause the return to timeout, and the results to not display accurate return times.