Initial commit
This commit is contained in:
33
commands/create-load-test.md
Normal file
33
commands/create-load-test.md
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
description: Create load test scenarios and scripts
|
||||
---
|
||||
|
||||
# Load Test Runner
|
||||
|
||||
Create comprehensive load test scenarios to validate application performance.
|
||||
|
||||
## Test Scenarios
|
||||
|
||||
1. **Baseline Load**: Normal traffic patterns
|
||||
2. **Stress Test**: Identify breaking points
|
||||
3. **Spike Test**: Sudden traffic increases
|
||||
4. **Soak Test**: Extended duration testing
|
||||
5. **Scalability Test**: Performance under growth
|
||||
|
||||
## Process
|
||||
|
||||
1. Analyze application endpoints and critical paths
|
||||
2. Identify key user journeys to test
|
||||
3. Create load test scripts (k6, JMeter, Artillery, etc.)
|
||||
4. Define performance thresholds and SLOs
|
||||
5. Generate test execution instructions
|
||||
|
||||
## Output
|
||||
|
||||
Provide:
|
||||
- Load test scripts for chosen tool
|
||||
- Test scenario descriptions
|
||||
- Performance threshold definitions
|
||||
- Execution instructions
|
||||
- Result interpretation guidelines
|
||||
- CI/CD integration suggestions
|
||||
Reference in New Issue
Block a user