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) {
|
||||
for pb.Next() {
|
||||
mu.Lock()
|
||||
_ = 0
|
||||
mu.Unlock()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue