Document dependencies for running the loadtests.
This commit is contained in:
Родитель
1c486d5d25
Коммит
36bf9e1bf3
|
@ -4,7 +4,13 @@ the "loads" framework:
|
|||
https://github.com/mozilla/loads
|
||||
|
||||
|
||||
To run them, do the following:
|
||||
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче