An open API service indexing awesome lists of open source software.

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

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