Skip to content

coderspark/primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Primer

The primer is a benchmark for CPUs written in rust. It works by calculating as many primes as it can in 1 second

Installation

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

About

A prime number based CPU benchmark written in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages