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

Function BenchmarkComplexContour8

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

Source from the content-addressed store, hash-verified

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) }
119

Callers

nothing calls this directly

Calls 1

complexContourBenchFunction · 0.85

Tested by

no test coverage detected