Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Kinto/kinto-loadtests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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