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

https://github.com/tadeubdev/performance-test


https://github.com/tadeubdev/performance-test

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Performance Test

## Description

This repo is only for performance test study.

![Performance Test](https://raw.githubusercontent.com/tadeubdev/performance-test/main/comparacao_desempenho_apis_por_metrica.png)

# 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
```