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

Function BenchmarkProblem1

project_euler/problem_1/problem1_test.go:41–45  ·  view source on GitHub ↗

Benchmarks

(b *testing.B)

Source from the content-addressed store, hash-verified

39
40// Benchmarks
41func BenchmarkProblem1(b *testing.B) {
42 for i := 0; i < b.N; i++ {
43 _ = Problem1(1000)
44 }
45}

Callers

nothing calls this directly

Calls 1

Problem1Function · 0.85

Tested by

no test coverage detected