(b *testing.B)
| 135 | benchmarkMutex(b, 2, 2, 32) |
| 136 | } |
| 137 | func BenchmarkMutexSameReadWrite4(b *testing.B) { |
| 138 | benchmarkMutex(b, 4, 4, 32) |
| 139 | } |
| 140 | func BenchmarkMutex1(b *testing.B) { |
| 141 | benchmarkMutex(b, 2, 8, 32) |
| 142 | } |
nothing calls this directly
no test coverage detected