BenchmarkDotNet icon indicating copy to clipboard operation
BenchmarkDotNet copied to clipboard

Integrate RAPL energy usage measurements

Open ta1H3n opened this issue 2 years ago • 0 comments
trafficstars

This could be a great addition to this framework if energy usage measurements could be included in the benchmarks. Energy efficiency is becoming more relevant, and it is known that energy usage does not always correlate with execution time.

Recent research suggests that RAPL provides good enough measurements:

Our observations reveal that RAPL readings are highly correlated with plug power, promisingly accurate enough, and have negligible performance overhead. Experimental results suggest RAPL can be a very useful tool to measure and monitor the energy consumption of servers without deploying any complex power meters.

https://dl.acm.org/doi/abs/10.1145/3177754

ta1H3n avatar Mar 09 '23 14:03 ta1H3n