(b *testing.B)
| 1011 | } |
| 1012 | |
| 1013 | func BenchmarkBigMapString_Get(b *testing.B) { |
| 1014 | benchmarkBigMapString_Get()(b) |
| 1015 | } |
| 1016 | |
| 1017 | func benchmarkBigOrderedMapString_Get() func(b *testing.B) { |
| 1018 | m := orderedmap.NewOrderedMap[string, bool]() |
nothing calls this directly
no test coverage detected
searching dependent graphs…