Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

logancammish/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logan Cammish Benchmarks

Copyright © Logan Cammish 2024

Downloads: https://logancammish.github.io/benchmarking.html

A series of benchmarks for your computer, includes:

  • Evil Numbers

Evil Numbers is a CPU benchmark based on my answer to the Evil Numbers code golf (https://code.golf), it runs this check thousands, or even millions of times to determine your hardware capabilities. This test is availible in multi-threaded and single-threaded forms, through GUI and CLI interfaces and on Linux and Windows (x86-64) but can be compiled to any platform as it uses the iced Rust crate which is cross-compatible.

N.B: the multi-threaded CLI test is only available on Linux

  • RuggFeldman4

RuggFeldman4 is based on the Rugg/Feldman benchmarks (https://en.wikipedia.org/wiki/Rugg/Feldman_benchmarks) and similar to evil numbers, runs thousands or even millions of times a second. This test is availible in single-threaded form, through a GUI interface on Linux and Windows (x86-64) but can be compiled to any platform as it uses the egui Rust crate which is cross-compatible.