(b *testing.B)
| 129 | } |
| 130 | |
| 131 | func BenchmarkMutexSameReadWrite1(b *testing.B) { |
| 132 | benchmarkMutex(b, 1, 1, 32) |
| 133 | } |
| 134 | func BenchmarkMutexSameReadWrite2(b *testing.B) { |
| 135 | benchmarkMutex(b, 2, 2, 32) |
| 136 | } |
nothing calls this directly
no test coverage detected