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