NOISSUE - Move From Mzbench To K6#10
Draft
rodneyosodo wants to merge 15 commits intoabsmach:masterfrom
Draft
Conversation
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Signed-off-by: rodneyosodo <blackd0t@protonmail.com>
Added the following seed variables to the example.env file: - MF_BENCH_ADMIN_IDENTITY=admin@example.com - MF_BENCH_ADMIN_SECRET=12345678 - MF_BENCH_DEF_PASS=12345678 - MF_BENCH_USERS_URL=http://0.0.0.0:9002 - MF_BENCH_THINGS_URL=http://0.0.0.0:9000 - MF_BENCH_SEED_NUMBER=10 - MF_BENCH_MESSAGING_NUMBER=50 - MF_BENCH_SEED_J These variables are used for seeding data in the application. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
Added a new network called "git_github_com_rodneyosodo_mainflux_git_master__mainflux-base-net" to the docker-compose file for k6. This network is set as an external network. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
- Updated the base image in the Dockerfile from golang:1.20.5-alpine to golang:1.21.0-alpine. - Combined the apk update and apk add commands into a single RUN command for efficiency. - Added the make install-xk6 command to install xk6. - Updated the make build-k6 command to include the installation of xk6. This commit updates the Golang version in the Dockerfile and improves the build process for the k6 binary. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
Update k6-operator and xk6-output-prometheus-remote dependencies to the latest commits. - k6-operator: Updated to commit 15772a4e9ec4e4ca689aad2eb2ac6224f1b838f5 - xk6-output-prometheus-remote: Updated to commit 0afae1a These updates ensure that we have the latest features and bug fixes from the upstream repositories. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
The Makefile has been updated to include a new variable called VERSION. This variable is used to store the latest git tag or a default value of "v0.1.0" if no tags are found. This change allows for easier versioning and tracking of the project. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
This commit adds the DEVELOP.md file to the codebase. The DEVELOP.md file is a development guide that provides information on load testing, a type of non-functional testing. It explains the purpose of load testing and its importance in determining a system's behavior under normal and peak load conditions. The DEVELOP.md file will serve as a reference for developers working on the project. Signed-off-by: Rodney Osodo <28790446+rodneyosodo@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: rodneyosodo blackd0t@protonmail.com