bench: --show-inputs instead of --output-inputs
This commit is contained in:
parent
5519b15d69
commit
7214abfa3f
@ -659,7 +659,7 @@ var simpleWinningPost = &cli.Command{
|
|||||||
Value: "t01000",
|
Value: "t01000",
|
||||||
},
|
},
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "output-inputs",
|
Name: "show-inputs",
|
||||||
Usage: "output inputs for winning post generation",
|
Usage: "output inputs for winning post generation",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -733,7 +733,7 @@ var simpleWinningPost = &cli.Command{
|
|||||||
fmt.Printf("Proof %s (%s)\n", end.Sub(challenge), bps(sectorSize, 1, end.Sub(challenge)))
|
fmt.Printf("Proof %s (%s)\n", end.Sub(challenge), bps(sectorSize, 1, end.Sub(challenge)))
|
||||||
fmt.Println(base64.StdEncoding.EncodeToString(proof[0].ProofBytes))
|
fmt.Println(base64.StdEncoding.EncodeToString(proof[0].ProofBytes))
|
||||||
|
|
||||||
if cctx.Bool("output-inputs") {
|
if cctx.Bool("show-inputs") {
|
||||||
fmt.Println("GenerateWinningPoStWithVanilla info:")
|
fmt.Println("GenerateWinningPoStWithVanilla info:")
|
||||||
|
|
||||||
fmt.Printf(" wpt: %d\n", wpt)
|
fmt.Printf(" wpt: %d\n", wpt)
|
||||||
|
Loading…
Reference in New Issue
Block a user