(b *testing.B)
| 721 | } |
| 722 | } |
| 723 | func BenchmarkMapString_Iterate(b *testing.B) { |
| 724 | benchmarkMapString_Iterate(1)(b) |
| 725 | } |
| 726 | |
| 727 | func benchmarkOrderedMapString_Iterate(multiplier int) func(b *testing.B) { |
| 728 | m := orderedmap.NewOrderedMap[string, bool]() |
nothing calls this directly
no test coverage detected
searching dependent graphs…