Skip to content
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
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

rodneyosodo
Copy link
Member

Signed-off-by: rodneyosodo [email protected]

rodneyosodo and others added 15 commits August 11, 2023 10:29
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant