fxa-auth-server/loadtest
Ryan Kelly e5a41df2b2 Add --user-id option to megabench command. 2014-02-26 16:51:44 +11:00
..
config Factor loads command-line options into config files. 2014-02-18 16:02:46 +11:00
Makefile Add --user-id option to megabench command. 2014-02-26 16:51:44 +11:00
README.txt Use hosted loads broker at loads.services.mozilla.com 2014-02-12 16:33:01 +11:00
loadtests.py Add session- and account-destroy ops to the loadtest. 2014-02-18 15:55:22 +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 longer, higher-concurrency test.
  $> make megabench   # runs a really-long, really-high-concurrent test
                      # using http://loads.services.mozilla.com