(b *testing.B)
| 519 | } |
| 520 | } |
| 521 | func BenchmarkMap_Iterate(b *testing.B) { |
| 522 | benchmarkMap_Iterate(1)(b) |
| 523 | } |
| 524 | |
| 525 | func benchmarkOrderedMap_Iterate(multiplier int) func(b *testing.B) { |
| 526 | m := orderedmap.NewOrderedMap[int, bool]() |
nothing calls this directly
no test coverage detected
searching dependent graphs…