II.
LibraryProcess JSON
Structured · livelib-process:performance-optimization--load-testing-framework-setup
specializations/performance-optimization/load-testing-framework-setup json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:performance-optimization--load-testing-framework-setup",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/performance-optimization/load-testing-framework-setup",
"description": "Load Testing Framework Setup - Set up comprehensive load testing framework including tool selection,\ntest 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', {\n projectName: 'API Platform',\n testingTool: 'k6',\n targetEndpoints: ['/api/users', '/api/orders', '/api/products']\n});",
"usesAgents": [
"gatling-load-testing"
]
},
"outgoingEdges": [
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "skill-area:performance-monitoring-profiling",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "skill-area:profiling-cpu",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "skill-area:load-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "topic:observability-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "role:sre",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "workflow:performance-profiling-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "workflow:load-testing-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:performance-optimization--load-testing-framework-setup",
"to": "specialization:performance-optimization",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}