II.
LibraryProcess overview
Reference · livelib-process:performance-optimization--endurance-testing
specializations/performance-optimization/endurance-testing overview
Endurance Testing - Execute long-running tests to detect performance degradation over time including sustained load scenarios, memory leak detection, resource trend analysis, and degradation identification.
Attributes
displayName
specializations/performance-optimization/endurance-testing
description
Endurance Testing - Execute long-running tests to detect performance degradation over time including
sustained load scenarios, memory leak detection, resource trend analysis, and degradation identification.
libraryPath
library/specializations/performance-optimization/endurance-testing.js
specialization
performance-optimization
references
- - JMeter: https://jmeter.apache.org/
- - Gatling Endurance Testing: https://gatling.io/docs/gatling/reference/current/http/check/
example
const result = await orchestrate('specializations/performance-optimization/endurance-testing', {
projectName: 'Payment Gateway',
testDuration: '8h',
loadProfile: { targetRPS: 500, rampUpMinutes: 10 }
});
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_workflow1
- workflow:performance-profiling-cycle·WorkflowPerformance Profiling Cycle
lib_involves_role2
- role:backend-engineer·RoleBackend Engineer
- role:sre·Role
lib_requires_skill_area2
- skill-area:performance-monitoring-profiling·SkillAreaPerformance Monitoring and Profiling
- skill-area:profiling-cpu·SkillAreaCPU Profiling
Incoming edges
None.