Load-testing made easy
WaterGunBeetles allows you to write load-testing code using .net core, and deploy little beetles in AWS lambdas to attack your systems, but only with water guns, because those are more fun!
Start by installing the dotnet templates to create a new WaterGunBeetles project.
dotnet new -i WaterGunBeetles.Templates.CSharpYou can now create a new project using the provided template.
dotnet new beetles --output MyLoadTest
cd MyLoadTest
dotnet restoreTo run your load test, nothing could be easier!
dotnet beetles squirt --rate 100 --duration 10m --rebuildThat's it, a swarm of lovely lady bugs will start squirting at your system!