(b *testing.B)
| 150 | benchmarkMutex(b, 128, 32, 256) |
| 151 | } |
| 152 | func BenchmarkMutex5(b *testing.B) { |
| 153 | benchmarkMutex(b, 1024, 2048, 64) |
| 154 | } |
| 155 | func BenchmarkMutex6(b *testing.B) { |
| 156 | benchmarkMutex(b, 2048, 1024, 512) |
| 157 | } |
nothing calls this directly
no test coverage detected