Skip to content

Commit 3c49f7b

Browse files
doc: add k6 documentation
1 parent f102b8b commit 3c49f7b

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,25 @@ docker build -t helpdev/app-quarkus-jvm .
6868

6969
## Iniciando serviço
7070

71+
```bash
7172
docker-compose -f .docker-compose/stack.yml up
72-
73+
```
74+
```bash
7375
docker-compose -f .docker-compose/quarkus-app.yml up
76+
```
7477

7578
## Consumindo API
79+
Para ter uma interface de fácil com o OpenAPI consumido usamos o [RapiDoc](https://mrin9.github.io/RapiDoc/).
80+
81+
Basta acessar [Endereço local](http://localhost:5000) e já pode testar as APIs
7682

77-
http://localhost:5000
7883

7984
## Rodando teste de carga
85+
Para quem ainda não conhece o [k6](https://k6.io/) é uma ferramenta para testes de carga, basta [Instalar o K6](https://k6.io/docs/getting-started/installation) e executar o comando:
8086

87+
```bash
8188
k6 run k6/script.js
89+
```
8290

8391
## Monitorando aplicação
8492

adapter/input/jaxrs-controller-v1/src/test/java/br/com/helpdev/controller/mapper/ControllerMessageMapperTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,5 @@ private Message.MessageBuilder fakeBuilder() {
326326
.build())
327327
.id(MessageId.from(1L));
328328
}
329-
329+
330330
}

0 commit comments

Comments
 (0)