Skip to main content

performance-analysis

Performance profiling, benchmarking, and optimization. Use when: slow operations, regressions, memory pressure, release validation. Skip when: early prototyping, documentation, configuration-only changes.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
ruvnet/ruflo
آخر نشاط في المصدر
٢٩ يوليو ٢٠٢٦ في ١٩:٠٨
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٧٣٬٠١٠
التفرعات
٨٬٦٦٥

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
performance-analysis
description
Performance profiling, benchmarking, and optimization. Use when: slow operations, regressions, memory pressure, release validation. Skip when: early prototyping, documentation, configuration-only changes.
# Performance Analysis Skill ## Purpose Measure before optimizing and preserve reproducible benchmark evidence. ## Commands ### Run Benchmark Suite ```bash npx @claude-flow/cli performance benchmark --suite all ``` ### Profile Code ```bash npx @claude-flow/cli performance profile --target ./src ``` ## Best Practices 1. Capture a baseline before changing code 2. Use identical inputs and environments 3. Report variance, not only the fastest result 4. Re-run correctness tests after optimization
عرض على GitHub