What problem does it solve?
Running stress tests against the MCP Gateway Registry produces raw JSON result files that are hard to interpret and share. This Skill converts registration, API performance, and search concurrency results into a structured markdown report suitable for committing to docs/benchmarks/.
Core Features & Use Cases
- Automated Report Generation: Reads registration.json, api_perf.json, and search_concurrency.json and produces a formatted markdown report with latency percentiles, throughput, and scaling analysis.
- Deployment Context Capture: Embeds the registry_info snapshot (compute platform, storage backend, auth, embeddings, corpus size) so results are reproducible and comparable.
- Scaling Analysis: Computes p99 degradation ratios across concurrency levels and interprets whether the search backend scales acceptably under load.
- Use Case: After running the stress test suite against a DocumentDB-backed deployment with 100 entities per type, invoke this Skill to produce a dated benchmark report file ready for the docs/benchmarks/ directory.
Quick Start
Ask the assistant to generate a benchmark report from the stress test results in tests/stress/results/documentdb/size-100 and write it to docs/benchmarks/.