Conversation
- Introduced `docker-compose.yml` to run GrandNode with MongoDB, including service definitions and health checks. - Added `docker-compose.override.example.yml` for optional use of a pre-built GrandNode image. - Created `DOCKER-COMPOSE.md` documentation for setup instructions, troubleshooting, and commands for managing the services.
- Introduced `README.md` for load testing with k6, detailing setup, scenarios, and environment variables. - Added PowerShell scripts `run-1k.ps1` and `run-90k.ps1` for executing load tests with 1k and 90k users respectively. - Created `storefront.js` script for simulating user interactions during load tests, including configurable parameters for virtual users and duration.
…t.js - Introduced `run-progressive.ps1` PowerShell script for executing a progressive load test scenario (5K -> 20K -> 50K users). - Updated `storefront.js` to include a new progressive load testing scenario, allowing for dynamic user ramp-up during tests. - Enhanced documentation within the scripts to clarify usage and configuration options.
…rify environment variables - Added documentation for the new `SCENARIO=progressive` load testing option, detailing the ramp-up process from 5K to 50K users. - Updated the description of the `SCENARIO` environment variable to reflect the new testing scenarios.
|
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.



Resolves #issueNumber
Type: feature|bugfix|
Issue
Description of the issue this PR is solving, why it's happening, and how to reproduce it.
Solution
Summarize your solution to the problem. Please include short description.
Breaking changes
If you have a breaking changes, list them here, otherwise list none.
Testing