locust
Package — TestingPython 3.7+Intermediate
Load testing: simulate users and measure performance
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- gevent, Flask, requests, msgpack, psutil, pyzmq, ConfigArgParse, geventhttpclient, roundrobin, Werkzeug
- Install
pip install locust
Learn by Difficulty
Quick Example
python
# Install: pip install locust import locust # Basic locust usage print(f"Using locust") # See documentation for detailed examples
locust is a third-party package. Load testing: simulate users and measure performance. Install with: pip install locust
Try in PlaygroundTags
packagetestingquality-assurance