https://github.com/onebeyond/xk6-mongo
https://github.com/onebeyond/xk6-mongo
atlas golang load-testing mongo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onebeyond/xk6-mongo
- Owner: onebeyond
- License: gpl-3.0
- Created: 2023-05-12T10:14:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-30T19:30:16.000Z (over 2 years ago)
- Last Synced: 2026-01-15T07:22:56.444Z (6 months ago)
- Topics: atlas, golang, load-testing, mongo
- Language: Go
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xk6-mongo
This is an extension for performing MongoDB load testing using k6
## Build
```bash
xk6 build --with github.com/Bounteous17/xk6-mongo
```
## Development
In my case this repository is cloned at `/projects/my/xk6-mongo`
This would allow you to import the local development version on your k6 Javascript tests by using:
```bash
xk6 build --with github.com/Bounteous17/xk6-mongo=/projects/my/xk6-mongo
```
You can now test your local changes by importing the new module build:
```js
import xk6_mongo from 'k6/x/mongo';
```