remove todo comment

This commit is contained in:
Jared Wasinger 2024-11-22 14:30:23 +07:00
parent 0cf16d881b
commit 1ba590bd56

View file

@ -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