Create README.md
parent
db978eb135
commit
761cfe0986
@ -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…
Reference in New Issue