Rust benchmarking stuff
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trivernis 761cfe0986
Create README.md
5 years ago
.idea Add BenchVec as a better way to store and process benchmark durations 5 years ago
src Add bitshift benchmarking 5 years ago
.gitignore Add benchmarks and stuff 5 years ago
Cargo.lock Add bitshift benchmarking 5 years ago
Cargo.toml Add bitshift benchmarking 5 years ago
README.md Create README.md 5 years ago

README.md

benchmarks-rs

The benchmarks in this project are collected using benchlib-rs. The aim is to get a performance overview for multithreading in rust.

Running the project

The project needs a rust-toolchain installation.

cargo run --release