I have a backend API and some test data representing real clients. I can write a wrk script that loops through the test data and sends requests to the backend. However, my development machine is network/connection limited so I'd like to run this on some cloud provisioned platform. What's the simplest tool or PaaS that would meet these needs? It doesn't have to be the most cost effective, I simply need the ability to run many instances of my wrk script.<p>https://github.com/wg/wrk
Check K6<p><a href="https://k6.io/" rel="nofollow">https://k6.io/</a>
<a href="https://k6.io/open-source/" rel="nofollow">https://k6.io/open-source/</a><p>used several times in past and for sure will in future<p>WRK is useful too, you can spin server somewhere and run it there/cloud with better connectivity