(b *testing.B)
| 692 | } |
| 693 | |
| 694 | func BenchmarkMapString_Delete(b *testing.B) { |
| 695 | benchmarkMapString_Delete(1)(b) |
| 696 | } |
| 697 | |
| 698 | func benchmarkOrderedMapString_Delete(multiplier int) func(b *testing.B) { |
| 699 | return func(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…