(b *testing.B)
| 829 | } |
| 830 | |
| 831 | func BenchmarkBigMapWithCapacity_Set(b *testing.B) { |
| 832 | benchmarkBigMapWithCapacity_Set()(b) |
| 833 | } |
| 834 | |
| 835 | func benchmarkBigMap_Get() func(b *testing.B) { |
| 836 | m := make(map[int]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…