simple-cpu-benchmark

Crates.iosimple-cpu-benchmark
lib.rssimple-cpu-benchmark
version0.1.0
sourcesrc
created_at2023-11-17 14:21:01.990045
updated_at2023-11-17 14:21:01.990045
descriptionOne line CPU benchmark (with no external dependencies).
homepage
repositoryhttps://github.com/AlexWanderman/simple-cpu-benchmark
max_upload_size
id1039151
size4,727
Alex Wanderman (AlexWanderman)

documentation

README

Overview

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.

Description

todo

Usage example

Run simple-cpu-benchmark to see single and multi-threaded results.

TODO

  • Statistics and export
  • Options (help, version, export)
  • Measure background CPU activity
Commit count: 4

cargo fmt