Running Performance Tests
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.
Run in terminal (recommended)
claude mcp add running-performance-tests npx -- -y @trustedskills/running-performance-tests
Or manually add to ~/.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.comand report the average response time." - "Simulate 100 concurrent users accessing
https://api.mycompany.com/datafor 60 seconds, then provide a throughput summary." - βTest
https://internal-service.local:8080with 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.