Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 740 Bytes

ReadMe.md

File metadata and controls

31 lines (19 loc) · 740 Bytes

RustMark

A simple and lightweight CPU benchmarking tool based on Rust. In each loop every thread calculates a factorial(20).

General usage

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.

Meta

Creator: Thomas Meißner – LinkedIn