(b *testing.B)
| 144 | benchmarkMutex(b, 16, 4, 64) |
| 145 | } |
| 146 | func BenchmarkMutex3(b *testing.B) { |
| 147 | benchmarkMutex(b, 1, 2, 128) |
| 148 | } |
| 149 | func BenchmarkMutex4(b *testing.B) { |
| 150 | benchmarkMutex(b, 128, 32, 256) |
| 151 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…