(b *testing.B)
| 141 | benchmarkMutex(b, 2, 8, 32) |
| 142 | } |
| 143 | func BenchmarkMutex2(b *testing.B) { |
| 144 | benchmarkMutex(b, 16, 4, 64) |
| 145 | } |
| 146 | func BenchmarkMutex3(b *testing.B) { |
| 147 | benchmarkMutex(b, 1, 2, 128) |
| 148 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…