(b *testing.B)
| 110 | func unity(f float64) vg.Length { return vg.Length(f) } |
| 111 | |
| 112 | func BenchmarkComplexContour0(b *testing.B) { complexContourBench(0, b) } |
| 113 | func BenchmarkComplexContour1(b *testing.B) { complexContourBench(1, b) } |
| 114 | func BenchmarkComplexContour2(b *testing.B) { complexContourBench(2, b) } |
| 115 | func BenchmarkComplexContour4(b *testing.B) { complexContourBench(4, b) } |
nothing calls this directly
no test coverage detected