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

Function BenchmarkProblem11_Func

project_euler/problem_11/problem11_test.go:25–29  ·  view source on GitHub ↗

Benchmark

(b *testing.B)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Problem11Function · 0.85

Tested by

no test coverage detected