Crates.io | simple-cpu-benchmark |
lib.rs | simple-cpu-benchmark |
version | 0.1.0 |
source | src |
created_at | 2023-11-17 14:21:01.990045 |
updated_at | 2023-11-17 14:21:01.990045 |
description | One line CPU benchmark (with no external dependencies). |
homepage | |
repository | https://github.com/AlexWanderman/simple-cpu-benchmark |
max_upload_size | |
id | 1039151 |
size | 4,727 |
Super simple CPU benchmark with no external dependencies. Designed to be super simple by default (single command without args), and quick (takes at most 30 seconds).
The benchmark calculates score by running a Fibonacci function with increasing factor until CPU can no longer calculate it under a second. The final result for a single thread - maximum Fibonacci number it was able to calculate. For multithreaded test runs a test for each logical thread in parallel and sums up the results.
todo
Run simple-cpu-benchmark to see single and multi-threaded results.