(b *testing.B)
| 613 | } |
| 614 | |
| 615 | func BenchmarkOrderedMapString_Set(b *testing.B) { |
| 616 | benchmarkOrderedMapString_Set(1)(b) |
| 617 | } |
| 618 | |
| 619 | func benchmarkMapString_Get(multiplier int) func(b *testing.B) { |
| 620 | m := make(map[string]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…