mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
remove todo comment
This commit is contained in:
parent
0cf16d881b
commit
1ba590bd56
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue