Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Go
/ BenchmarkProblem18_Func
Function
BenchmarkProblem18_Func
project_euler/problem_18/problem18_test.go:38–42 ·
view source on GitHub ↗
Benchmarks
(b *testing.B)
Source
from the content-addressed store, hash-verified
36
37
// Benchmarks
38
func
BenchmarkProblem18_Func(b *testing.B) {
39
for
i := 0; i < b.N; i++ {
40
Problem18(problem18_input_parsed_string, 2)
41
}
42
}
Callers
nothing calls this directly
Calls
1
Problem18
Function · 0.85
Tested by
no test coverage detected