II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--load-testing-framework-setup
specializations/performance-optimization/load-testing-framework-setup overview
Load Testing Framework Setup - Set up comprehensive load testing framework including tool selection, test scenario design, threshold configuration, and CI/CD integration.
Attributes
displayName
specializations/performance-optimization/load-testing-framework-setup
description
Load Testing Framework Setup - Set up comprehensive load testing framework including tool selection,
test scenario design, threshold configuration, and CI/CD integration.
libraryPath
library/specializations/performance-optimization/load-testing-framework-setup.js
specialization
performance-optimization
references
- - k6 Documentation: https://k6.io/docs/
- - Gatling: https://gatling.io/
- - Locust: https://locust.io/
example
const result = await orchestrate('specializations/performance-optimization/load-testing-framework-setup', {
projectName: 'API Platform',
testingTool: 'k6',
targetEndpoints: ['/api/users', '/api/orders', '/api/products']
});
usesAgents
- gatling-load-testing
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:performance-optimization·Specialization
lib_covers_topic1
- topic:observability-driven-development·TopicObservability-Driven Development
lib_implements_workflow2
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
- workflow:load-testing-cycle·WorkflowLoad Testing Cycle
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area3
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
- skill-area:profiling-cpu·SkillAreaCPU Profiling
- skill-area:load-testing·SkillAreaLoad Testing
Incoming edges
None.