Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adshan/dotnet-k6-load-testing

API load testing using K6 with multiple scenarios and stages.
https://github.com/adshan/dotnet-k6-load-testing

dotnet k6 load-testing scenarios stages

Last synced: 10 days ago
JSON representation

API load testing using K6 with multiple scenarios and stages.

Awesome Lists containing this project

README

        

# dotnet-k6-load-testing
Demonstração de como podemos realizar testes de carga com criação de múltiplos cenários utilizando a ferramenta K6 .

# Como executar:
- Clonar / baixar o repositório em seu workplace.
- Baixar o .Net Core SDK e o Visual Studio / Code mais recentes.
- Rodar API.
- Executar:
```sh
cd tst
npm i
k6 run controller-product.js
```

# Sobre
Este projeto foi desenvolvido por Anderson Hansen.