chaperon
chaperon copied to clipboard
HTTP Service Performance & Load Testing Framework
Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc.
If I currently define **https** in the **default_config** ````elixir def default_config, do: %{ base_url: "https://bbc.com" } ... ```` An HTTPoision error is thrown: ``` 2020-10-14 12:33:35.087 [error] d7af5252-312a-41c1-9c34-028316744ca9 Scenario.Http |...
Thanks for this great tool! I'm using this library to test my Phoenix app. But I'm quite new to load testing. I wonder how to calculate req/sec (using `add_metric/3` I...
`basic_auth` has been deprecated in favor of `Plug.BasicAuth`: https://hex.pm/packages/basic_auth