Do the benchmark:
./core-to-core-latency 5000 300 --csv > output.csv
If there's time, worth getting better results with more iterations:
./core-to-core-latency 30000 1000 --csv > output.csv
Get cpuid
cat /proc/cpuinfo | grep 'model name' | head -n 1 | sed 's/^.*\t: //g'