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

Function BenchmarkMatrix

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

Source from the content-addressed store, hash-verified

84}
85
86func BenchmarkMatrix(b *testing.B) {
87 for i := 0; i < b.N; i++ {
88 Matrix(90)
89 }
90}
91
92func BenchmarkFormula(b *testing.B) {
93 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

MatrixFunction · 0.70

Tested by

no test coverage detected