From 47942afe113be92ee6e9db39454bc57c132fd00e Mon Sep 17 00:00:00 2001 From: GhMartingit <42034349+GhMartingit@users.noreply.github.com> Date: Wed, 25 May 2022 17:10:35 +0400 Subject: [PATCH] Delete test.js --- test.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 test.js 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