Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkProblem5
Function
BenchmarkProblem5
project_euler/problem_5/problem5_test.go:41–45 ·
view source on GitHub ↗
Benchmarks
(b *testing.B)
Source
from the content-addressed store, hash-verified
39
40
// Benchmarks
41
func
BenchmarkProblem5(b *testing.B) {
42
for
i := 0; i < b.N; i++ {
43
_ = Problem5(20)
44
}
45
}
Callers
nothing calls this directly
Calls
1
Problem5
Function · 0.85
Tested by
no test coverage detected