https://github.com/andreaschandra/locust-learn
Learning Locust with Flask and Gunicorn
https://github.com/andreaschandra/locust-learn
Last synced: about 1 year ago
JSON representation
Learning Locust with Flask and Gunicorn
- Host: GitHub
- URL: https://github.com/andreaschandra/locust-learn
- Owner: andreaschandra
- Created: 2022-11-21T14:19:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T06:56:15.000Z (over 3 years ago)
- Last Synced: 2025-02-12T09:49:04.969Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 3.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# locust-learn
Learning Locust with Flask and Gunicorn
This repository contains all my codes when learning locust - a load testing tool.
The aim of this learning is to get familiarize with load testing mechanism and its principles.
# Chapters
- getting-started
- simplehello
- torhouse
## getting-started
This directory contains hello world for Flask and Locust
## simplehello
This directory contains the same as getting-started and deploy to fly.io
## torhouse
This directory contains:
- more endpoints,
- methods `GET` and `POST`
- deploy to fly.io
- locust with distributed requests
- add docker-compose file
- add sentiment ml model