An open API service indexing awesome lists of open source software.

https://github.com/johnsonlee/k6-bundle-template


https://github.com/johnsonlee/k6-bundle-template

Last synced: about 2 months ago
JSON representation

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
```