(b *testing.B)
| 831 | } |
| 832 | |
| 833 | func BenchmarkAddFindRemoveRandom(b *testing.B) { |
| 834 | for _, test := range testSizes { |
| 835 | b.Run(test.desc, func(b *testing.B) { |
| 836 | benchmarkAddFindRemoveRandom(b, test.size) |
| 837 | }) |
| 838 | } |
| 839 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…