(b *testing.B)
| 848 | } |
| 849 | |
| 850 | func BenchmarkBigOrderedMap_Set(b *testing.B) { |
| 851 | benchmarkBigOrderedMap_Set()(b) |
| 852 | } |
| 853 | |
| 854 | func benchmarkBigMapWithCapacity_Set() func(b *testing.B) { |
| 855 | return func(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…