(b *testing.B)
| 638 | } |
| 639 | |
| 640 | func BenchmarkMapString_Get(b *testing.B) { |
| 641 | benchmarkMapString_Get(1)(b) |
| 642 | } |
| 643 | |
| 644 | func benchmarkOrderedMapString_Get(multiplier int) func(b *testing.B) { |
| 645 | m := orderedmap.NewOrderedMap() |
nothing calls this directly
no test coverage detected
searching dependent graphs…