Hornet
Hornet is a simple library for stress testing.
It executes the given function with the given rate (calls per second) dynamically changing the number of processes to maintain the rate.
Installation
The easiest way to add Hornet to your project is by using Mix.
Add :hornet as a dependency to your project's mix.exs:
defp deps do
[
{:hornet, "~> 0.1.1"}
]
endDocumentation
Documentation is available on Hexdocs
Contributing
- Fork it!
-
Create your feature branch (
git checkout -b my-new-feature) -
Commit your changes (
git commit -am 'Add some feature') -
Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Author
Ayrat Badykov (@ayrat555)
License
Hornet is released under the MIT License. See the LICENSE file for further details.