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

Function BenchmarkGCDRecursive

math/gcd/gcd_test.go:43–45  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

41}
42
43func BenchmarkGCDRecursive(b *testing.B) {
44 TemplateBenchmarkGCD(b, Recursive)
45}
46
47func BenchmarkGCDIterative(b *testing.B) {
48 TemplateBenchmarkGCD(b, Iterative)

Callers

nothing calls this directly

Calls 1

TemplateBenchmarkGCDFunction · 0.85

Tested by

no test coverage detected