https://github.com/waelson/go-stress-test
https://github.com/waelson/go-stress-test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/waelson/go-stress-test
- Owner: Waelson
- License: apache-2.0
- Created: 2024-03-09T21:39:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T23:03:33.000Z (over 2 years ago)
- Last Synced: 2025-01-07T02:04:23.415Z (over 1 year ago)
- Language: Go
- Size: 3.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### Sobre o projeto
Esse é uma pequena aplicação que permite realizar teste de stress.
### Pré Requisitos
Go 1.22.1
### Como executar?
```
go run main.go --url=http://google.com --requests=1000 --concurrency=10
```
### Executando via Docker?
```
docker run thedevices/go-stress-test:latest --url=http://www.google.com --requests=100 --concurrency=10
```