MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / BenchmarkFormula

Function BenchmarkFormula

math/fibonacci/fibonacci_test.go:92–96  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

90}
91
92func BenchmarkFormula(b *testing.B) {
93 for i := 0; i < b.N; i++ {
94 Formula(90)
95 }
96}

Callers

nothing calls this directly

Calls 1

FormulaFunction · 0.85

Tested by

no test coverage detected