stream-benchmark

Crates.iostream-benchmark
lib.rsstream-benchmark
version0.1.1
created_at2025-10-09 12:15:33.061614+00
updated_at2025-10-09 14:07:17.372318+00
descriptionThe STREAM benchmark is a simple synthetic benchmark program that measures sustainable memory bandwidth and the corresponding computation rate for simple vector kernels.
homepage
repositoryhttps://github.com/JordyAaldering/rust-stream
max_upload_size
id1875467
size59,663
Jordy Aaldering (JordyAaldering)

documentation

README

STREAM1 benchmark

The STREAM benchmark is a simple synthetic benchmark program that measures sustainable memory bandwidth and the corresponding computation rate for simple vector kernels.

Documentation for STREAM is available on the web at: http://www.cs.virginia.edu/stream/ref.html

By default, Rayon uses the same number of threads as the number of logical cores available. To change the number of threads spawned, set the environment variable RAYON_NUM_THREADS.

Footnotes

  1. McCalpin, John D. (1995). "Memory bandwidth and machine balance in current high performance computers." IEEE computer society technical committee on computer architecture (TCCA) newsletter, vol. 2, 19-25.

Commit count: 0

cargo fmt