diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f603cc --- /dev/null +++ b/README.md @@ -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 +```