mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 02:12:23 +00:00
remove typo
This commit is contained in:
parent
20256a1475
commit
7cf43bf793
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ func timedExec(bench bool, execFunc func() ([]byte, uint64, error)) (output []by
|
||||||
stats.BytesAllocated = result.AllocedBytesPerOp()
|
stats.BytesAllocated = result.AllocedBytesPerOp()
|
||||||
stats.GasUsed = gasUsed
|
stats.GasUsed = gasUsed
|
||||||
} else {
|
} else {
|
||||||
g
|
|
||||||
var memStatsBefore, memStatsAfter goruntime.MemStats
|
var memStatsBefore, memStatsAfter goruntime.MemStats
|
||||||
goruntime.ReadMemStats(&memStatsBefore)
|
goruntime.ReadMemStats(&memStatsBefore)
|
||||||
startTime := time.Now()
|
startTime := time.Now()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue