8000 GitHub - freshe/c-cpu-bench: Simple CPU bench / test
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

0