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

Function BenchmarkProblem19_Func

project_euler/problem_19/problem19_test.go:25–29  ·  view source on GitHub ↗

Benchmarks

(b *testing.B)

Source from the content-addressed store, hash-verified

23
24// Benchmarks
25func BenchmarkProblem19_Func(b *testing.B) {
26 for i := 0; i < b.N; i++ {
27 Problem19()
28 }
29}

Callers

nothing calls this directly

Calls 1

Problem19Function · 0.85

Tested by

no test coverage detected