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

Latest commit

 

History

History
25 lines (19 loc) · 437 Bytes

File metadata and controls

25 lines (19 loc) · 437 Bytes

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/