Skip to content

Commit

Permalink
Merge pull request #1431 from filecoin-project/dignifiedquire-patch-1
Browse files Browse the repository at this point in the history
docs(fil-proofs-tooling): update config.json
  • Loading branch information
dignifiedquire authored Mar 16, 2021
2 parents 255e44b + 257f2d5 commit e619ae9
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions fil-proofs-tooling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,14 @@ Run benchy in "prodbench" mode with custom input and detailed metrics.

```shell
> echo '{
"drg_parents": 6,
"expander_parents": 8,
"graph_parents": 8,
"porep_challenges": 50,
"porep_partitions": 10,
"post_challenged_nodes": 1,
"post_challenges": 20,
"sector_size_bytes": 1024,
"stacked_layers": 4,
"window_size_bytes": 512,
"wrapper_parents_all": 8
"stacked_layers": 11,
"sector_size": "2KiB",
"num_sectors": 1,
"api_version": "1.1.0"
}' > config.json
> cat config.json|RUST_LOG=info ./target/release/benchy prodbench|jq '.'
Expand Down

0 comments on commit e619ae9

Please sign in to comment.