diff --git a/test.js b/test.js deleted file mode 100644 index 923106f..0000000 --- a/test.js +++ /dev/null @@ -1,16 +0,0 @@ -import xk6_mongo from 'k6/x/mongo'; - - -const client = xk6_mongo.newClient('mongodb://localhost:27017'); -export default ()=> { - - let doc = { - correlationId: `test--mongodb`, - title: 'Perf test experiment', - url: 'biotronik.com', - locale: 'en', - time: `${new Date(Date.now()).toISOString()}` - }; - - client.insert("testdb", "testcollection", doc); -} \ No newline at end of file