(b *testing.B)
| 114 | func BenchmarkComplexContour2(b *testing.B) { complexContourBench(2, b) } |
| 115 | func BenchmarkComplexContour4(b *testing.B) { complexContourBench(4, b) } |
| 116 | func BenchmarkComplexContour8(b *testing.B) { complexContourBench(8, b) } |
| 117 | func BenchmarkComplexContour16(b *testing.B) { complexContourBench(16, b) } |
| 118 | func BenchmarkComplexContour32(b *testing.B) { complexContourBench(32, b) } |
| 119 |
nothing calls this directly
no test coverage detected