https://github.com/s8sg/performance_test
https://github.com/s8sg/performance_test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/s8sg/performance_test
- Owner: s8sg
- Created: 2022-07-12T03:50:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T19:04:49.000Z (almost 4 years ago)
- Last Synced: 2025-03-20T02:08:10.625Z (over 1 year ago)
- Language: Go
- Size: 5.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Build
```sh
docker-compose build
```
## Run Servers
```sh
docker-compose down && docker-compose up -d
```
## Run Performance Test
## Install K6
```
brew install k6
```
## Run Test
```
k6 run -u 1000 -d 10m spring_performance.js
k6 run -u 1000 -d 10m go_performance.js
```