Skip to content

Demonstration of locust.io using docker and gorest.co.in

License

Notifications You must be signed in to change notification settings

efology/locust_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

locust_demo

Demonstration of locust.io using docker, buildkite and gorest.co.in

Description

locustfile.py contains a sequence of rest calls to https://gorest.co.in api, where we list, create, modify and delete user, in that order.

The test can be run using locust.io docker container, for example:

docker run --env-file=token.env -p 8089:8089 -v $PWD:/mnt/locust locustio/locust -f /mnt/locust/locustfile.py -H https://gorest.co.in --headless --csv=/mnt/locust/results --only-summary -u 5 -r 1 -t 2m

buildkite pipeline.yml

About

Demonstration of locust.io using docker and gorest.co.in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published