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