mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
log: remove unneeded StopTimer call in benchmark
This commit is contained in:
parent
03c89767aa
commit
e371af26aa
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ func benchmarkLogger(b *testing.B, l Logger) {
|
||||||
"err", err)
|
"err", err)
|
||||||
i++
|
i++
|
||||||
}
|
}
|
||||||
b.StopTimer()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestLoggerOutput(t *testing.T) {
|
func TestLoggerOutput(t *testing.T) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue