(b *testing.B)
| 400 | } |
| 401 | |
| 402 | func BenchmarkOrderedMap_Set(b *testing.B) { |
| 403 | benchmarkOrderedMap_Set(1)(b) |
| 404 | } |
| 405 | |
| 406 | func benchmarkMap_Get(multiplier int) func(b *testing.B) { |
| 407 | m := make(map[int]bool) |
nothing calls this directly
no test coverage detected
searching dependent graphs…