Skip to content

onebeyond/xk6-mongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

xk6-mongo

This is an extension for performing MongoDB load testing using k6

Build

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:

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:

import xk6_mongo from 'k6/x/mongo';

Releases

No releases published

Packages

No packages published