fxa-auth-server/loadtest
Ryan Kelly dfe9f9ba90 Use valid passwordStretching.salt in loadtest script. 2013-12-12 13:35:09 +11:00
..
Makefile Add a `make purge` command for cleaning up zombie loadtest runs. 2013-12-05 13:53:35 +11:00
README.txt Refactor loadtests to never keystretch, and do more cert-signing requests. 2013-11-15 13:28:48 +11:00
loadsrunner.sh Update loadtests to use new "preVerified" parameter. 2013-12-06 17:17:05 +11:00
loadtests.py Use valid passwordStretching.salt in loadtest script. 2013-12-12 13:35:09 +11:00

README.txt

This directory contains some very simple loadtests, written using
the "loads" framework:

    https://github.com/mozilla/loads


To run them, you will need the following dependencies:

  * Python development files (e.g. python-dev or python-devel package)
  * Virtualenv (e.g. python-virtualenv package)
  * ZeroMQ development files (e.g. libzmq-dev package)

Then do the following:

  $> make build     # installs local environment with all dependencies
  $> make test      # runs a single test, to check that everything's working
  $> make bench     # runs a much longer higher-concurrency test.