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.

12 lines
255 B
Markdown

5 years ago
# 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.
```zsh
cargo run --release
```