-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/k6 testing #349
Chore/k6 testing #349
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was surprised with how the .js file was put into the .NET project, but it ended up working great with Visual Studio.
It was easy to setup. Can maybe add a comment in the README about replacing variables in the .js file.
I'm getting about ~550 iterations/minute to the Test environment now with the dummy text file. Less than I expected! Looking forward to playing around with it more.
Description
Added a k6 load testing script. It can be run with docker, so you do not need to install k6 locally on your computer.
Related Issue(s)
Verification
Documentation