OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add aj-geddes/useful-ai-prompts --skill performance-testing
Design and execute performance tests to measure response times, throughput, and resource utilization. Use for performance test, load test, JMeter, k6, benchmark, latency testing, and scalability analysis.
npx skills add aj-geddes/useful-ai-prompts --skill performance-testing
Performance testing measures how systems behave under various load conditions, including response times, throughput, resource utilization, and scalability. It helps identify bottlenecks, validate performance requirements, and ensure systems can handle expected loads.
Minimal working example:
Detailed implementations in the references/ directory:
| Guide | Contents |
|---|---|
| k6 for API Load Testing | k6 for API Load Testing |
| Apache JMeter | Apache JMeter |
| pytest-benchmark for Python | pytest-benchmark for Python |
| JMH for Java Benchmarking | JMH for Java Benchmarking |
| Database Query Performance | Database Query Performance |
| Real-Time Monitoring | Real-Time Monitoring |