Skip to content

freshe/c-cpu-bench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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