Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nviennot
GitHub Repository: nviennot/core-to-core-latency
Path: blob/main/results/notes.txt
228 views
1
Do the benchmark:
2
./core-to-core-latency 5000 300 --csv > output.csv
3
4
If there's time, worth getting better results with more iterations:
5
./core-to-core-latency 30000 1000 --csv > output.csv
6
7
Get cpuid
8
cat /proc/cpuinfo | grep 'model name' | head -n 1 | sed 's/^.*\t: //g'
9
10