running-performance-tests

Solid

Execute load testing, stress testing, and performance benchmarking. Use when performing specialized testing. Trigger with phrases like "run load tests", "test performance", or "benchmark the system".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Performance Test Suite ## Overview Execute load testing, stress testing, and performance benchmarking to identify bottlenecks, establish baseline metrics, and verify SLA compliance. Supports k6 (recommended), Artillery, Apache JMeter, Locust (Python), and autocannon (Node.js). ## Prerequisites - Performance testing tool installed (`k6`, `artillery`, `locust`, `jmeter`, or `autocannon`) - Target application deployed in a production-like environment (not local dev) - Baseline performance metrics or SLA targets (e.g., p95 < 200ms, 99.9% availability) - Monitoring stack accessible (Grafana, CloudWatch, Datadog) for resource metrics during tests - Test data sufficient to avoid cache-only responses ## Instructions 1. Define performance test scenarios based on production traffic patterns: - **Load test**: Simulate expected peak traffic (e.g., 500 concurrent users for 10 minutes). - **Stress test**: Ramp beyond expected capacity to find the breaking point. - **Spike test**: Sudden burst of traffic (0 to 1000 users in 10 seconds). - **Soak test**: Sustained moderate load for extended duration (1-4 hours) to detect memory leaks. 2. Create test scripts targeting critical endpoints: - Identify the top 5-10 most-hit API endpoints from production access logs. - Include both read (GET) and write (POST/PUT/DELETE) operations. - Simulate realistic user behavior with think time between requests. - Use parameterized data to avoid cache-only hits (randomize query ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Testing & QA Featured

load-testing-apis

Execute comprehensive load and stress testing to validate API performance and scalability. Use when validating API performance under load. Trigger with phrases like "load test the API", "stress test API", or "benchmark API performance".

2,266 Updated today
jeremylongshore
Testing & QA Solid

performance-testing

Load testing with k6/Artillery, response time thresholds, memory leak detection, N+1 query detection, and CI integration.

495 Updated 1 months ago
vibeeval
Testing & QA Listed

k6-performance-testing

Performance and load testing skill using k6, covering load test scripts, thresholds, scenarios, checks, custom metrics, and results analysis.

3 Updated today
KaliBellion
AI & Automation Solid

running-load-tests

This skill enables Claude to create and execute load tests for performance validation. It is designed to generate load test scripts using tools like k6, JMeter, and Artillery, based on specified test scenarios. Use this skill when the user requests to create a "load test", conduct "performance testing", validate "application performance", or needs a "stress test" to identify breaking points in the application. The skill helps define performance thresholds and provides execution instructions.

2,266 Updated today
jeremylongshore
AI & Automation Solid

performance-testing

This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations.

2,266 Updated today
jeremylongshore