(b *testing.B)
| 749 | } |
| 750 | |
| 751 | func BenchmarkOrderedMapString_Iterate(b *testing.B) { |
| 752 | benchmarkOrderedMapString_Iterate(1)(b) |
| 753 | } |
| 754 | |
| 755 | func benchmarkMapString_Has(multiplier int) func(b *testing.B) { |
| 756 | m := make(map[string]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…