A simple and lightweight CPU benchmarking tool based on Rust. In each loop every thread calculates a factorial(20).
When Rust is installed and the repo cloned, open the terminal and run the following command from the repo's directory:
cargo run --release
The command line utility also accepts an argument to change the number of iterations:
cargo run --release 400000000 # 400000000 is the default value
We are working on providing binaries to be executable from Linux, Windows and MacOS.
Creator: Thomas Meißner – LinkedIn