Actually, in the first version of the article, there was the link to the corresponding openbenchmarking page:
I don’t know why Michael removed that. So you can run those benchmarks as
phoronix-test-suite benchmark 2311159-NE-FRAMEWORK18
Now if anyone knows how to get that test to record power consumption, I would be really greatful! Monitoring of sensors during the test run is enabled using the MONITOR environment variable, like so:
export MONITOR=cpu.power,cpu.temp ; phoronix-test-suite ...
CPU power monitoring works for me after giving non-privileged users access via
sudo chmod -R a+r /sys/class/powercap/intel-rapl/
.
EDIT1: link corrected
EDIT2: found out how to enable monitoring in phoronix-test-suite