Measures performance baselines, detects regressions, and compares tech stack alternatives to ensure optimal application speed.
The Performance Benchmark skill provides a comprehensive suite for quantifying application health across web pages, API endpoints, and development build pipelines. By automating the measurement of Core Web Vitals, API latency distributions, and CI/CD feedback loops, it enables developers to make data-driven decisions during the development lifecycle. The skill allows for local baseline storage within your repository, making it easy to run 'before and after' comparisons to prevent performance regressions before they reach production.
主要功能
01Development cycle analysis including build times, HMR, and test durations
02Automated regression detection with side-by-side comparison reports
03API latency benchmarking with p50, p95, and p99 distribution metrics
04Git-tracked baseline storage in .ecc/benchmarks/ for team collaboration
05Comprehensive Web Vitals measurement (LCP, CLS, INP, FCP, TTFB)
06172,650 GitHub stars
使用场景
01Comparing build tool alternatives by measuring cold build and hot reload speeds
02Benchmarking API endpoints under load to ensure they meet established SLA targets
03Detecting performance regressions in web vitals or bundle size before merging a pull request