II.
LibraryProcess overview
Reference · livelib-process:sdk-platform-development--performance-benchmarking
specializations/sdk-platform-development/performance-benchmarking overview
Performance Benchmarking - Establish performance baselines and continuous benchmarking including latency metrics, throughput testing, and load testing scenarios.
Attributes
displayName
specializations/sdk-platform-development/performance-benchmarking
description
Performance Benchmarking - Establish performance baselines and continuous benchmarking
including latency metrics, throughput testing, and load testing scenarios.
libraryPath
library/specializations/sdk-platform-development/performance-benchmarking.js
specialization
sdk-platform-development
references
- - Systems Performance: https://www.brendangregg.com/systems-performance-2nd-edition-book.html
- - Benchmark Best Practices: https://github.com/google/benchmark
example
const result = await orchestrate('specializations/sdk-platform-development/performance-benchmarking', {
projectName: 'CloudAPI SDK',
benchmarkTargets: ['sdk-initialization', 'api-calls', 'serialization'],
kpis: { p50: 100, p95: 250, p99: 500 },
loadTestConfig: { concurrency: 100, duration: '5m' }
});
usesAgents
- test-coverage-analyzer
- telemetry-privacy-auditor
- platform-architect
- technical-writer-agent
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:sdk-platform-development·Specialization
lib_covers_topic2
- topic:api-design·TopicAPI Design
- topic:developer-experience·TopicDeveloper Experience (DX)
lib_implements_workflow1
- workflow:sdk-release-lifecycle·WorkflowSDK Release Lifecycle
lib_involves_role1
lib_requires_skill_area3
- skill-area:sdk-codegen·SkillAreaSDK Code Generation
- skill-area:api-clients-sdks·SkillAreaAPI Clients and SDKs
- skill-area:performance-testing·SkillAreaPerformance Testing
uses_agent4
- lib-agent:sdk-platform-development--test-coverage-analyzer·LibraryAgenttest-coverage-analyzer
- lib-agent:sdk-platform-development--telemetry-privacy-auditor·LibraryAgenttelemetry-privacy-auditor
- lib-agent:sdk-platform-development--platform-architect·LibraryAgentplatform-architect
- lib-agent:sdk-platform-development--technical-writer-agent·LibraryAgenttechnical-writer-agent
Incoming edges
None.