(b *testing.B)
| 434 | } |
| 435 | |
| 436 | func BenchmarkOrderedMap_Get(b *testing.B) { |
| 437 | benchmarkOrderedMap_Get(1)(b) |
| 438 | } |
| 439 | |
| 440 | func benchmarkOrderedMap_GetElement(multiplier int) func(b *testing.B) { |
| 441 | m := orderedmap.NewOrderedMap() |
nothing calls this directly
no test coverage detected
searching dependent graphs…