Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipementel/k6-loadtesting-v1
https://github.com/felipementel/k6-loadtesting-v1
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felipementel/k6-loadtesting-v1
- Owner: felipementel
- License: apache-2.0
- Created: 2024-08-23T10:19:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:40:25.000Z (4 months ago)
- Last Synced: 2024-08-23T11:45:54.536Z (4 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k6-loadtesting-v1
```
winget install k6 --source winget
``````
k6 run .\src\k6\index.js --vus 20 --duration 60s
```