MCPcopy Index your code
hub / github.com/TheAlgorithms/Go / BenchmarkProblem16_Func

Function BenchmarkProblem16_Func

project_euler/problem_16/problem16_test.go:26–30  ·  view source on GitHub ↗

Benchmark

(b *testing.B)

Source from the content-addressed store, hash-verified

24
25// Benchmark
26func BenchmarkProblem16_Func(b *testing.B) {
27 for i := 0; i < b.N; i++ {
28 Problem16(1000)
29 }
30}

Callers

nothing calls this directly

Calls 1

Problem16Function · 0.85

Tested by

no test coverage detected