MCPcopy Create free account
hub / github.com/gonum/plot / BenchmarkComplexContour4

Function BenchmarkComplexContour4

plotter/contour_test.go:115–115  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

113func BenchmarkComplexContour1(b *testing.B) { complexContourBench(1, b) }
114func BenchmarkComplexContour2(b *testing.B) { complexContourBench(2, b) }
115func BenchmarkComplexContour4(b *testing.B) { complexContourBench(4, b) }
116func BenchmarkComplexContour8(b *testing.B) { complexContourBench(8, b) }
117func BenchmarkComplexContour16(b *testing.B) { complexContourBench(16, b) }
118func BenchmarkComplexContour32(b *testing.B) { complexContourBench(32, b) }

Callers

nothing calls this directly

Calls 1

complexContourBenchFunction · 0.85

Tested by

no test coverage detected