LiveLoad
A load testing framework for simulating real, distributed, live load on your application.
DISCLAIMER
The LiveLoad repo is currently private as I am building out the functionality and validating that it works as expected.
If you come across this package and are installing it for some reason - just know that it's not public yet because I haven't actually tested it at all. There might not even be any code in here yet - I literally just started the project and set up my CI/CD pipelines (it's a default thing I do when I start a project, I'm weird like that). I will make it public (and update this description to remove this disclaimer) as I build and test it out. Or - if it doesn't work out, I'll simply delete it.
Installation
To install, add it to you dependencies in your project's mix.exs.
def deps do
[
{:live_load, ">= 0.0.1"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/live_load.