(b *testing.B)
| 620 | } |
| 621 | |
| 622 | func BenchmarkOrderedMapString_Set(b *testing.B) { |
| 623 | benchmarkOrderedMapString_Set(1)(b) |
| 624 | } |
| 625 | |
| 626 | func benchmarkMapString_Get(multiplier int) func(b *testing.B) { |
| 627 | m := make(map[string]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…