Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

accent-starlette/locust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Locust

An open source load testing tool.

Pyenv

pyenv virtualenv 3.7.3 locust
pyenv activate locust

Install Requirements

pip install locust

Load Locust With a Test File

locust -f tests/admin_example.py --host=http://localhost:8000

Then Visit

http://127.0.0.1:8089/

Releases

No releases published

Packages

No packages published

Languages