(b *testing.B)
| 617 | } |
| 618 | |
| 619 | func BenchmarkMapString_Set(b *testing.B) { |
| 620 | benchmarkMapString_Set(1)(b) |
| 621 | } |
| 622 | |
| 623 | func benchmarkOrderedMapString_Set(multiplier int) func(b *testing.B) { |
| 624 | return func(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…