Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
func
BenchmarkMatrix(b *testing.B) {
87
for
i := 0; i < b.N; i++ {
88
Matrix(90)
89
}
90
}
91
92
func
BenchmarkFormula(b *testing.B) {
93
for
i := 0; i < b.N; i++ {
Callers
nothing calls this directly
Calls
1
Matrix
Function · 0.70
Tested by
no test coverage detected