https://github.com/przbadu/k6-load-testing
K6 performance testing script working examples
https://github.com/przbadu/k6-load-testing
Last synced: about 1 month ago
JSON representation
K6 performance testing script working examples
- Host: GitHub
- URL: https://github.com/przbadu/k6-load-testing
- Owner: przbadu
- Created: 2024-05-14T12:14:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-12T11:45:27.000Z (11 months ago)
- Last Synced: 2025-02-14T22:47:38.168Z (3 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Load testing with k6.io
## Setting up
1. Install k6 in your machine or use docker, follow https://k6.io/docs/get-started/installation/
3. Run the test with:```sh
ADMIN_EMAIL="" ADMIN_PASSWORD="" BASE_URL="" COMPANY_ID=1 k6 run tests/1-load-test.js
```## Output

