Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 182 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 182 Bytes

CPU benchmark / test

A simple prime number cpu benchmark tool

How to use: ./cputest

How to build:

clang *.c -O2 -o cputest
gcc *.c -O2 -lpthread -lm -o cputest