https://github.com/liamseck/k6-wpe-sgv-loadtest
K6 Script Loadtesting https://shegrowsveg.com/
https://github.com/liamseck/k6-wpe-sgv-loadtest
Last synced: 2 months ago
JSON representation
K6 Script Loadtesting https://shegrowsveg.com/
- Host: GitHub
- URL: https://github.com/liamseck/k6-wpe-sgv-loadtest
- Owner: LiamSeck
- Created: 2025-03-27T09:19:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T12:58:20.000Z (3 months ago)
- Last Synced: 2025-03-27T13:22:49.264Z (3 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/grafana/k6)
# Execution Steps
- On MacOS install K6 by running `brew install k6` or by following the [K6 Docs](https://grafana.com/docs/k6/latest/set-up/install-k6/).
- To execute the script using your local machines resources run `k6 run main.js`.
- To execute the script using K6 Cloud first authenticate with K6 Cloud by running `k6 login cloud --token token_ID` then to execute the script by running `k6 cloud run main.js`.