/kinto-loadtests

Repo for loadtests for the Kinto project

Primary LanguageMakefileMozilla Public License 2.0MPL-2.0

kinto-loadtests

Generic load tests for Kinto based on ailoads

Requirements

  • Python 3.4

How to run the loadtest?

For stage

make setup test

For production

make test 

How to build the docker image?

make docker-build

How to run the docker image?

make docker-run

How to clean the repository?

make clean