testing-performance-benchmarker

Execute load, stress, and endurance tests with k6 to measure response times.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kayroalexandre/kayrogomesoff --skill testing-performance-benchmarker-kayroalexandre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-performance-benchmarker
Source: https://github.com/kayroalexandre/kayrogomesoff/tree/main/.kiro/skills/testing-performance-benchmarker
Command: npx skills add https://github.com/kayroalexandre/kayrogomesoff --skill testing-performance-benchmarker-kayroalexandre

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables performance testing and optimization of systems, measuring response times and identifying bottlenecks to ensure reliable operation and user satisfaction.

Core Features & Use Cases

  • Performance Benchmarking: Execute load, stress, and endurance tests to evaluate system capacity.
  • Analysis & Optimization: Identify performance issues and suggest improvements for applications and infrastructure.
  • Use Case: A developer wants to test their web application's response times under different loads and optimize it to meet SLAs.

Quick Start

Use the performance benchmarker to run a load test on your web service and analyze the results in real time.

Frequently Asked Questions about testing-performance-benchmarker

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

FAQPage Schema
How do I run a load test on my web service to measure response times?

Performance benchmarking identifies bottlenecks by executing load, stress, and endurance tests against your system. It measures response times and stability under increasing traffic to reveal exactly where infrastructure or applications fail before they impact user experience.

How does stress testing evaluate system scalability and stability?

Stress testing evaluates scalability by pushing infrastructure beyond normal operational capacity. It measures exactly when and how the system fails under extreme load, revealing stability limits and identifying which components break first under heavy traffic pressure.

Can I use k6 for performance testing in automated workflows?

Yes, k6 is utilized for measurement and reporting within automated workflows. It executes performance tests programmatically, allowing you to integrate load testing directly into your CI pipelines to continuously validate system speed and stability.

What is the best way to identify performance bottlenecks in production environments?

Endurance testing assesses system stability by applying sustained load over extended periods. It exposes memory leaks, resource degradation, and thermal throttling that shorter load tests miss, ensuring your application remains reliable during prolonged production usage.

Do I need any dependencies installed to use this performance benchmarker?

No external dependencies are required to use this performance benchmarker. It operates using self-contained scripts, allowing you to immediately execute load tests and analyze system speed without installing additional testing frameworks.