Skip to content

Open Source multi-core and thread stress tester for cpus.

Notifications You must be signed in to change notification settings

rav-en/PrimeThreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple prime stress test written in Rust

Firstly id like to say, this is my first time using GitHub, so if ive done something wrong with the upload just notify me if you can and i'll try and fix it.

Rust isnt my first language (limited programming in it so far) and so perhaps it isnt written as well as it should be, again im open to suggestions and insight on how to be a better programmer in Rust, and in general really.

Run program at command prompt level.

Warning Be careful of using an insane number of threads on a single CPU. Could cause your Operating System to crash or do undesired things. Max ive used on an i7 8th gen was 24, which ran fine. However i must state that i am not responsible for any damages that can occur, use at own risk.

To Use:

PrimeThreads.exe [number_of_threads] //the default is 10,000,000 prime numbers which is a great start on stressing multi core processors. 
PrimeThreads.exe [number_of_threads] [total_numbers_to_search] //add custom total numbers to search in

##Example:

primeThreads.exe 12 10000000
PrimeThreads.exe 12

PrimeThreads_cmd.jpg

About

Open Source multi-core and thread stress tester for cpus.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages