(b *testing.B)
| 863 | } |
| 864 | |
| 865 | func BenchmarkBigMapWithCapacity_Set(b *testing.B) { |
| 866 | benchmarkBigMapWithCapacity_Set()(b) |
| 867 | } |
| 868 | |
| 869 | func benchmarkBigMap_Get() func(b *testing.B) { |
| 870 | m := make(map[int]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…