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

Function BenchmarkProblem15_Func

project_euler/problem_15/problem15_test.go:30–34  ·  view source on GitHub ↗

Benchmarks

(b *testing.B)

Source from the content-addressed store, hash-verified

28
29// Benchmarks
30func BenchmarkProblem15_Func(b *testing.B) {
31 for i := 0; i < b.N; i++ {
32 Problem15(20)
33 }
34}

Callers

nothing calls this directly

Calls 1

Problem15Function · 0.85

Tested by

no test coverage detected