Create README.md

master
Trivernis 4 years ago committed by GitHub
parent db978eb135
commit 761cfe0986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,11 @@
# 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
```
Loading…
Cancel
Save