Skip to content

tyerq/load_testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

op load tests

Under Debuntu:

$ sudo apt-get install libev-dev libzmq-dev python-dev

Prepare environment:

git clone [repository]

Edit configuration file buildout.cfg. Set agents-count.

virtualenv .
source bin/activate
python bootstrap.py
bin/buildout
bin/circusd etc/circus.ini --daemon --pidfile circusd.pid

Run tests

bin/loads-runner -b tcp://0.0.0.0:13001 op_loads_tests.TestWebSite.test_main_page --hits 20 -u 10 -a 5

About

load testing the OpenProcurement sandbox w/ Locust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages