(b *testing.B)
| 1007 | } |
| 1008 | |
| 1009 | func BenchmarkBigOrderedMapString_Set(b *testing.B) { |
| 1010 | benchmarkBigOrderedMapString_Set()(b) |
| 1011 | } |
| 1012 | |
| 1013 | func benchmarkBigMapString_Get() func(b *testing.B) { |
| 1014 | m := make(map[string]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…