(b *testing.B)
| 728 | } |
| 729 | } |
| 730 | func BenchmarkMapString_Iterate(b *testing.B) { |
| 731 | benchmarkMapString_Iterate(1)(b) |
| 732 | } |
| 733 | |
| 734 | func benchmarkOrderedMapString_Iterate(multiplier int) func(b *testing.B) { |
| 735 | m := orderedmap.NewOrderedMap() |
nothing calls this directly
no test coverage detected
searching dependent graphs…