Running Performance Tests

🌐Community
by jeremylongshore Β· vlatest Β· Repository

Automates performance test execution, data collection, and reporting using specified scripts and configurations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add running-performance-tests npx -- -y @trustedskills/running-performance-tests
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "running-performance-tests": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/running-performance-tests"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to execute and analyze performance tests. It can run tests against specified URLs, providing metrics like response time, throughput, and error rates. The results are presented in a structured format suitable for automated analysis or reporting.

When to use it

  • Website Load Testing: Evaluate the responsiveness of a website under simulated user load before a major release.
  • API Performance Monitoring: Regularly check the performance of critical APIs to identify bottlenecks and ensure stability.
  • Network Condition Simulation: Test application behavior under various network conditions (e.g., high latency, packet loss).
  • Baseline Establishment: Create a baseline for performance metrics to track improvements or regressions over time.

Key capabilities

  • URL testing
  • Response time measurement
  • Throughput calculation
  • Error rate reporting

Example prompts

  • "Run a performance test against https://www.example.com and report the average response time."
  • "Simulate 100 concurrent users accessing https://api.mycompany.com/data for 60 seconds, then provide a throughput summary."
  • β€œTest https://internal-service.local:8080 with high latency and report any errors.”

Tips & gotchas

The skill requires access to the internet to execute tests against specified URLs. Be mindful of rate limits when testing public endpoints; excessive requests may lead to temporary blocking.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jeremylongshore
Installs
11

🌐 Community

Passed automated security scans.