(b *testing.B)
| 1011 | } |
| 1012 | |
| 1013 | func BenchmarkBigMapString_Set(b *testing.B) { |
| 1014 | benchmarkBigMapString_Set()(b) |
| 1015 | } |
| 1016 | |
| 1017 | func benchmarkBigOrderedMapString_Set() func(b *testing.B) { |
| 1018 | return func(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…