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

Function BenchmarkProblem10

project_euler/problem_10/problem10_test.go:36–40  ·  view source on GitHub ↗

Benchmarks

(b *testing.B)

Source from the content-addressed store, hash-verified

34
35// Benchmarks
36func BenchmarkProblem10(b *testing.B) {
37 for i := 0; i < b.N; i++ {
38 _ = Problem10(2000000)
39 }
40}

Callers

nothing calls this directly

Calls 1

Problem10Function · 0.85

Tested by

no test coverage detected