https://github.com/remast/dogop-serverless
https://github.com/remast/dogop-serverless
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/remast/dogop-serverless
- Owner: remast
- Created: 2024-10-28T08:48:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-02T18:08:18.000Z (6 months ago)
- Last Synced: 2025-12-10T14:59:08.405Z (6 months ago)
- Language: Go
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Serverless - Code Beispiel Container Based
## Projekt aufsetzen
Go Modul erstellen mit `go mod init crossnative.com/dogop-serverless`.
## Beispiel Last erzeugen
Mit hey:
```
hey -n 200 -m POST -d '{ "age": 8, "breed": "chow" }' https://dogop-serverless-746651650023.europe-west10.run.app/api/quote
```
Mit vegeta:
```
vegeta attack -duration=30s -rate=3 -targets=target-az-container.list -output=report_raw.bin
vegeta plot -title=Quote%20Results report_raw.bin > results.html
```