Performance and load testing framework for Torus
that leverages
polleverywhere/chaperon
.
git clone <this repo>
cd perf
mix deps.compile
- Ensure you have your Torus instance running with the
:load_testing_mode
configuration option set to:enabled
. - Ensure that you have one or more open and free sections in your instance.
- Open an
iex
shell via:iex -S mix
- Start the test via
Perf.go
- After the test finishes, look at the results in
/results