Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adshan/dotnet-k6-load-testing
- Owner: AdsHan
- License: mit
- Created: 2022-11-18T17:39:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T16:41:39.000Z (over 1 year ago)
- Last Synced: 2024-11-06T04:19:38.786Z (about 2 months ago)
- Topics: dotnet, k6, load-testing, scenarios, stages
- Language: C#
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.