(b *testing.B)
| 761 | } |
| 762 | |
| 763 | func BenchmarkOrderedMapString_Iterate(b *testing.B) { |
| 764 | benchmarkOrderedMapString_Iterate(1)(b) |
| 765 | } |
| 766 | |
| 767 | func benchmarkMapString_Has(multiplier int) func(b *testing.B) { |
| 768 | m := make(map[string]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…