fxa-auth-server/test/load
John Morrison 85ddb436f0 fix(loadtest): adjust url for /.well-known/browserid 2015-09-06 21:04:50 -07:00
..
config reorganize test related files and removed unuse code 2014-06-03 12:00:06 -07:00
Makefile fix(tests): update loadtest build script to work with latest PyFxA. 2015-09-02 14:49:38 +10:00
README.txt reorganize test related files and removed unuse code 2014-06-03 12:00:06 -07:00
loadtests.py fix(loadtest): adjust url for /.well-known/browserid 2015-09-06 21:04:50 -07: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)
  * (for megabench) ssh access to the mozilla loads cluster

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 longer, higher-concurrency test.
  $> make megabench   # runs a really-long, really-high-concurrency test
                      # using https://loads.services.mozilla.com