Hacker News new | ask | show | jobs
by avianes 1692 days ago
I struggled to understand that you compute score/TDP

> Waiting for apple fanboys telling me something like "but TDP is not a good measure"...

Not an Apple fan, but TDP is not even a measurement, it's a specification of the heat dissipation required for that CPU. So in theory it corresponds to the maximum power dissipated by the CPU under load, but in practice two machines with the same TDP may be equipped with differently dimensioned heatsinks which will influence your metric. You should consider using a real average power consumption measurement to establish your metric.

1 comments

> So in theory it corresponds to the maximum power dissipated by the CPU under load

I think this isn't quite right - TDP is the amount of heat the system needs to be able to dissipate in order to prevent thermal throttling at a given base speed. If the system can dissipate more (and provide more power), chips can clock higher to a turbo or boost speed.

yes, that's why I put "in theory". But you're right, I should have written something like "with a simplistic perspective" instead.