Skip to content

Commit

Permalink
Merge pull request filecoin-project#4950 from zgfzgf/feat-bench-policy
Browse files Browse the repository at this point in the history
delete bench policy
  • Loading branch information
magik6k authored and bibibong committed Feb 21, 2021
1 parent 3e75a84 commit b72a713
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/epik-bench/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (
lapi "github.com/EpiK-Protocol/go-epik/api"
"github.com/EpiK-Protocol/go-epik/build"
"github.com/EpiK-Protocol/go-epik/chain/actors/builtin/miner"
"github.com/EpiK-Protocol/go-epik/chain/actors/policy"
"github.com/EpiK-Protocol/go-epik/chain/types"
"github.com/EpiK-Protocol/go-epik/genesis"
)
Expand Down Expand Up @@ -177,8 +176,6 @@ var sealBenchCmd = &cli.Command{
},
},
Action: func(c *cli.Context) error {
policy.AddSupportedProofTypes(abi.RegisteredSealProof_StackedDrg2KiBV1)

if c.Bool("no-gpu") {
err := os.Setenv("BELLMAN_NO_GPU", "1")
if err != nil {
Expand Down

0 comments on commit b72a713

Please sign in to comment.