Skip to content

Commit

Permalink
fix wrong sector size on readme.md (#1566)
Browse files Browse the repository at this point in the history
* fix wrong sector size on readme.md

* change 2048 to 2KiB
  • Loading branch information
woshidama323 committed Feb 16, 2022
1 parent ff31567 commit 1758ec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ $ cargo +nightly build -p filecoin-proofs --release --target aarch64-unknown-lin
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 -- merkleproofs --size 2KiB
> cargo run --release --bin benchy -- winning-post --size 2KiB
> cargo run --release --bin benchy -- window-post --size 2KiB
> cargo run --release --bin benchy -- prodbench
```

Expand Down

0 comments on commit 1758ec6

Please sign in to comment.