(b *testing.B)
| 508 | } |
| 509 | |
| 510 | func BenchmarkOrderedMap_Delete(b *testing.B) { |
| 511 | benchmarkOrderedMap_Delete(1)(b) |
| 512 | } |
| 513 | |
| 514 | func benchmarkMap_Iterate(multiplier int) func(b *testing.B) { |
| 515 | m := make(map[int]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…