The primer is a benchmark for CPUs written in rust. It works by calculating as many primes as it can in 1 second
Install the primer by building it from source using the following commands:
git clone https://www.github.com/coderspark/primer.git
cd primer
cargo build --release
mv target/release/primer ~/.local/bin/primer
cd ..
rm -rf primer