Detects and prevents performance regressions by auditing code patterns, database queries, and resource usage before they reach production.
Rune Perf is a specialized performance regression gate designed for Claude Code to catch measurable slowdowns early in the development lifecycle. It analyzes code changes for critical bottlenecks such as N+1 database queries, synchronous operations in asynchronous handlers, memory leaks, and frontend bundle bloat. By integrating with tools like Lighthouse and providing specific AI token budget tracking, it ensures your application remains fast, scalable, and cost-effective without the overhead of a full profiler.
주요 기능
0163 GitHub stars
02Automated detection of N+1 queries and unbounded database calls
03Real-time identification of blocking sync operations in async code
04Frontend bundle analysis and Lighthouse performance/accessibility gating
05Detailed AI token budget tracking and cost-efficiency auditing
06Memory leak detection for React effects and unbounded cache collections
사용 사례
01Preventing database performance degradation during PR reviews
02Auditing frontend applications for Core Web Vitals and accessibility regressions
03Monitoring and optimizing AI API costs and token usage patterns