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

Function BenchmarkGCDIterative

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

Source from the content-addressed store, hash-verified

45}
46
47func BenchmarkGCDIterative(b *testing.B) {
48 TemplateBenchmarkGCD(b, Iterative)
49}

Callers

nothing calls this directly

Calls 1

TemplateBenchmarkGCDFunction · 0.85

Tested by

no test coverage detected