Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkProblem13_Func
Function
BenchmarkProblem13_Func
project_euler/problem_13/problem13_test.go:23–27 ·
view source on GitHub ↗
(b *testing.B)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
BenchmarkProblem13_Func(b *testing.B) {
24
for
i := 0; i < b.N; i++ {
25
Problem13()
26
}
27
}
Callers
nothing calls this directly
Calls
1
Problem13
Function · 0.85
Tested by
no test coverage detected