-
Notifications
You must be signed in to change notification settings - Fork 5
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
NOISSUE - Move From Mzbench To K6 #10
Draft
rodneyosodo
wants to merge
15
commits into
absmach:master
Choose a base branch
from
rodneyosodo:NOISSUE-k6-http
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains 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
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Signed-off-by: rodneyosodo <[email protected]>
Added the following seed variables to the example.env file: - [email protected] - 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 <[email protected]>
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 <[email protected]>
- 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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 [email protected]