https://github.com/tadeubdev/performance-test
https://github.com/tadeubdev/performance-test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tadeubdev/performance-test
- Owner: tadeubdev
- Created: 2024-08-15T13:33:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T00:45:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T11:26:21.439Z (over 1 year ago)
- Language: Python
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performance Test
## Description
This repo is only for performance test study.

# Requirements
- Docker
- Docker Compose
- Python 3.8
## How to run it
```bash
$ docker-compose up -d --build
$ source ./venv/bin/activate
$ python3 -m pip install -r requirements.txt
$ python3 main.py
```