Claude/integrate k6 ci 011 c uwu jq sfp3 y nki tj wi d sm#1
Draft
obtuse-triangle wants to merge 2 commits intomainfrom
Draft
Claude/integrate k6 ci 011 c uwu jq sfp3 y nki tj wi d sm#1obtuse-triangle wants to merge 2 commits intomainfrom
obtuse-triangle wants to merge 2 commits intomainfrom
Conversation
- Add k6-test.js for testing slow endpoint (expected to fail) - Add k6-test-fast.js for testing fast endpoint (expected to pass) - Update GitHub Actions workflow with three jobs: 1. test: Run pytest unit tests 2. load-test-slow: Run k6 on /v1/slow endpoint (continue-on-error) 3. load-test-fast: Run k6 on /v2/fast endpoint (must pass) - Both k6 scripts use BASE_URL environment variable for flexibility - Add threshold: 95th percentile response time < 500ms - Add failure rate threshold: < 1%
- Add detailed CI pipeline structure section - Document three GitHub Actions jobs: 1. test: Unit tests with pytest 2. load-test-slow: k6 test on slow endpoint (continue-on-error) 3. load-test-fast: k6 test on fast endpoint - Add k6 performance thresholds documentation - Update project structure to include k6 scripts - Sync k6 script examples with actual files (BASE_URL, thresholds) - Add local CI reproduction guide
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.
No description provided.