Skip to content

sinan-aumarah/locust_cf_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Locust on Cloud Foundry

This is a small locust demo app running on Cloud foundry

Pre requests

  • Python 2.7 or later
  • pyquery; pip3 install pyquery
  • locustio; brew install locustio

How to run locally

run locust --host=[locust documentation url] locust --host=https://docs.locust.io/

How to run on CF

run cf push pt-test and python_buildpack will run locust using the host inside Procfile

About

Example locust app running on cloud foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages