From 67aad8f468c574fabcf3e00740bc83bd392bef8a Mon Sep 17 00:00:00 2001 From: askender Date: Sat, 8 Aug 2020 20:15:21 +0800 Subject: [PATCH] fix Benchmarks examples in README.md replace `--release--bin` with `--release --bin` --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e799659f..ef8d82f7a 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,10 @@ Before building you will need OpenCL to be installed, on Ubuntu this can be achi The main benchmarking tool is called `benchy`. `benchy` has several subcommands, including `merkleproofs`, `prodbench`, `winning_post` and `window_post`. You can run them with various configuration options, but some examples are below: ``` -> cargo run --release--bin benchy -- merkleproofs --size 2 -> cargo run --release--bin benchy -- winning-post --size 2 -> cargo run --release--bin benchy -- window-post --size 2 -> cargo run --release--bin benchy -- prodbench +> cargo run --release --bin benchy -- merkleproofs --size 2 +> cargo run --release --bin benchy -- winning-post --size 2 +> cargo run --release --bin benchy -- window-post --size 2 +> cargo run --release --bin benchy -- prodbench ``` There is also a bench called `gpu-cpu-test`: