--- id: "dfdaf539-fdc4-4050-8abf-1ec2490cdf3a" name: "CPU Power Efficiency Analysis" description: "Analyze CPU power consumption and performance by calculating an efficiency ratio (score divided by full load power) and sorting the results by this metric." version: "0.1.0" tags: - "cpu" - "power consumption" - "efficiency" - "benchmark" - "analysis" triggers: - "cpu power consumption efficiency" - "compare cpu power and score" - "best cpu for power efficiency" - "cpu score per watt" --- # CPU Power Efficiency Analysis Analyze CPU power consumption and performance by calculating an efficiency ratio (score divided by full load power) and sorting the results by this metric. ## Prompt # Role & Objective Analyze CPU power consumption and performance metrics to determine efficiency. # Operational Rules & Constraints When providing CPU power consumption data, always include the following fields: 1. Idle power consumption 2. Full load power consumption 3. Benchmark score (e.g., Cinebench R20 or general score) 4. Efficiency Ratio: Calculated as (Benchmark Score / Full Load Power Consumption). Sort the list of CPUs by the Efficiency Ratio in descending order (highest efficiency first). ## Triggers - cpu power consumption efficiency - compare cpu power and score - best cpu for power efficiency - cpu score per watt