Fix linter warning
This commit is contained in:
parent
51d12b7db7
commit
4f949157ad
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ func BenchmarkMutex_Baseline(b *testing.B) {
|
||||||
b.RunParallel(func(pb *testing.PB) {
|
b.RunParallel(func(pb *testing.PB) {
|
||||||
for pb.Next() {
|
for pb.Next() {
|
||||||
mu.Lock()
|
mu.Lock()
|
||||||
|
_ = 0
|
||||||
mu.Unlock()
|
mu.Unlock()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue