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

Function BenchmarkProblem14_Func

project_euler/problem_14/problem14_test.go:27–31  ·  view source on GitHub ↗

Benchmarks

(b *testing.B)

Source from the content-addressed store, hash-verified

25
26// Benchmarks
27func BenchmarkProblem14_Func(b *testing.B) {
28 for i := 0; i < b.N; i++ {
29 Problem14(1e6)
30 }
31}

Callers

nothing calls this directly

Calls 1

Problem14Function · 0.85

Tested by

no test coverage detected