(b *testing.B)
| 606 | } |
| 607 | |
| 608 | func BenchmarkMapString_Set(b *testing.B) { |
| 609 | benchmarkMapString_Set(1)(b) |
| 610 | } |
| 611 | |
| 612 | func benchmarkOrderedMapString_Set(multiplier int) func(b *testing.B) { |
| 613 | return func(b *testing.B) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…