MCPcopy Create free account
hub / github.com/TheAlgorithms/Go / BenchmarkProblem12_Func

Function BenchmarkProblem12_Func

project_euler/problem_12/problem12_test.go:27–31  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

25}
26
27func BenchmarkProblem12_Func(b *testing.B) {
28 for i := 0; i < b.N; i++ {
29 Problem12(500)
30 }
31}

Callers

nothing calls this directly

Calls 1

Problem12Function · 0.85

Tested by

no test coverage detected