https://github.com/johnsonlee/k6-bundle-template
https://github.com/johnsonlee/k6-bundle-template
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnsonlee/k6-bundle-template
- Owner: johnsonlee
- Created: 2021-09-09T11:28:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T20:38:22.000Z (almost 5 years ago)
- Last Synced: 2025-06-02T05:13:37.665Z (about 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Build k6 bundle by using the following command line:
```bash
npm run bundle
```
Then, run with k6:
```bash
k6 run dist/main.bundle.js
```
or run with xk6:
```bash
./k6 run dist/main.bundle.js
```