Skip to content

fcirillo00/benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

benchmark

Little program I made to test CPUs.

It executes a multi-threaded prime factorization of a range of numbers. The final result is the number of factorizations successfully completed. CPU usage reaches 100% during the benchmark.

carbon (2)

Note:

To compile on Windows you need a MinGW compiler with pthread support.