(b *testing.B)
| 147 | benchmarkMutex(b, 1, 2, 128) |
| 148 | } |
| 149 | func BenchmarkMutex4(b *testing.B) { |
| 150 | benchmarkMutex(b, 128, 32, 256) |
| 151 | } |
| 152 | func BenchmarkMutex5(b *testing.B) { |
| 153 | benchmarkMutex(b, 1024, 2048, 64) |
| 154 | } |
nothing calls this directly
no test coverage detected