Skip to content

Commit

Permalink
remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jwasinger committed Nov 22, 2024
1 parent 0cf16d8 commit 1ba590b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/evm/staterunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ func runStateTest(ctx *cli.Context, fname string, cfg vm.Config, dump bool, benc
}
})
if bench {
// TODO: verify that each bench exec didn't produce a different result than the first run
// ..
_, stats, _ := timedExec(true, func() ([]byte, uint64, error) {
_, _, gasUsed, _ := test.test.RunNoVerify(test.st, cfg, false, rawdb.HashScheme)
return nil, gasUsed, nil
Expand Down

0 comments on commit 1ba590b

Please sign in to comment.