lilsweetcaligula/weavy-co2-emission-app

Calculate the electricity usage kW based on the user's CPU

Opened this issue · 0 comments

Currently we are using a hardcoded value which is supposed to be a very rough estimate of how much energy a CPU consumes. However, CPUs vary a lot - we must calculate the value dynamically based on the user CPU. The function where this logic needs be implemented can be found in CalculateElectricityUsageKwBasedOnCpuUsage.cpuMaxElectricityUsageKw.