From 761cfe0986c330d6eb6cca1d7fcd6a2d5b406dd5 Mon Sep 17 00:00:00 2001 From: Trivernis Date: Fri, 3 Apr 2020 22:47:51 +0200 Subject: [PATCH] Create README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md 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 +```