We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee902b commit 26a9b5bCopy full SHA for 26a9b5b
README.md
@@ -78,7 +78,12 @@ A basic starter for a web app with node, express and mongoose -->
78
- Support for batch jobs in multi-container environment
79
- Support for circuit breakers
80
- Autogenerated swagger documentation
81
+ - Load testing using k6
82
83
+## Running Load tests
84
+
85
+- [Install](https://k6.io/docs/getting-started/installation/) k6
86
+- Execute the following command: `k6 run __tests__/__load__/script.js`
87
## Build and run docker container locally
88
89
- docker-compose down
0 commit comments