fxa-auth-server/test/load
Ryan Kelly be2d1ef074 fix(tests): Update loadtests to cope with sign-in confirmation (#1890) r=jrgm,vladikoff 2017-06-12 16:27:05 -04: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(tests): Update loadtests to cope with sign-in confirmation (#1890) r=jrgm,vladikoff 2017-06-12 16:27:05 -04: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