remove typo

This commit is contained in:
Jared Wasinger 2024-10-01 14:52:33 +07:00
parent 20256a1475
commit 7cf43bf793

View file

@ -96,7 +96,6 @@ func timedExec(bench bool, execFunc func() ([]byte, uint64, error)) (output []by
stats.BytesAllocated = result.AllocedBytesPerOp()
stats.GasUsed = gasUsed
} else {
g
var memStatsBefore, memStatsAfter goruntime.MemStats
goruntime.ReadMemStats(&memStatsBefore)
startTime := time.Now()