x-run-perf-tests

Run performance tests validating latency SLAs, throughput targets, and resource stability.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/edercnj/ia-dev-environment --skill x-run-perf-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: x-run-perf-tests
Source: https://github.com/edercnj/ia-dev-environment/tree/main/src/main/resources/claude/skills/x-run-perf-tests
Command: npx skills add https://github.com/edercnj/ia-dev-environment --skill x-run-perf-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Runs performance tests to validate latency SLAs, throughput targets, and resource stability under varying load conditions.

Core Features & Use Cases

  • Executes baseline, normal, peak, and sustained load scenarios.
  • Collects latency percentiles (p50/p95/p99), throughput, error rates, and memory stability.
  • Supports baseline comparison and results aggregation for regression detection.

Quick Start

Run the performance tests against your deployed application using the x-run-perf-tests command with the desired scenario.

Frequently Asked Questions about x-run-perf-tests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run performance tests to validate latency SLAs and throughput targets?

To validate latency SLAs and throughput targets, run performance tests across baseline, normal, peak, sustained, and all-load scenarios to ensure your application meets performance requirements under varying load conditions.

What metrics are collected during load testing for resource stability?

Load testing for resource stability collects p50, p95, and p99 latency percentiles, throughput, error rates, and memory stability metrics to verify system performance and identify bottlenecks.

Can I compare current performance test results against a previous baseline?

Yes, you can compare current performance test results against a baseline. The testing process supports baseline comparison and results aggregation specifically for performance regression detection across test scenarios.

Does this performance testing approach require specific load-testing frameworks or dependencies?

No specific load-testing frameworks or external dependencies are required to execute these performance tests. The process applies configurable scenarios directly to your deployed application to measure latency and throughput.

What load scenarios should I use to test end-to-end performance assurance?

For end-to-end performance assurance, apply baseline, normal, peak, sustained, and all-load scenarios to validate how your application handles varying traffic levels and maintain resource stability.