Coremark Benchmark

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

git clone https://github.com/eembc/coremark.

git
cd coremark/

make XCFLAGS="-DMULTITHREAD=2 -DUSE_PTHREAD -pthread" ITERATIONS=1000000


for result check
run1.log ( 2K performance run parameters for coremark )

run2.log ( 2K validation run parameters for coremark )

Important Parameter : Iterations/Sec : 50791

To clear properly do every time


make clean
Note: runX.log file check below to see what test was run
Compiler flags : -O2 -DMULTITHREAD=2 -DUSE_PTHREAD -pthread -DPERFORMANCE_RUN=1 -lrt

CoreMark-PRO
git clone https://github.com/eembc/coremark-pro.git
cd coremark-pro/
make TARGET=linux64 build

make TARGET=linux64 XCMD='-c2' certify-all


Here -c2 mean 2 context. Set the number as per number of vCPU like -c4 etc.

Note:
Proper interation should be set for better result.By default iteration is very small for some test.
Iteration result is in /root/coremark-pro/builds/linux64/gcc64/logs
For tunning make change in workload directories /root/coremark-pro/workloads
For deail watch ( https://www.youtube.com/watch?v=cXf_KvfvujI&t=270s )

You might also like